Text Classification
Transformers
PyTorch
Arabic
bert
Trained with AutoTrain
text-embeddings-inference
Instructions to use MMars/marbertv2_flodusta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MMars/marbertv2_flodusta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MMars/marbertv2_flodusta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MMars/marbertv2_flodusta") model = AutoModelForSequenceClassification.from_pretrained("MMars/marbertv2_flodusta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 40d13137b5d893c584c4f8a96a39fd9ccb40d2f99c97e7f3e4246ca81ed1b4b7
- Size of remote file:
- 2.69 MB
- SHA256:
- 50a18ba4423179a9e5e18e90321f5393abfdf3fb5f53c4ec10e0747bf31fc139
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.