Instructions to use mathildeparlo/ar_specific_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mathildeparlo/ar_specific_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mathildeparlo/ar_specific_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mathildeparlo/ar_specific_model") model = AutoModelForSequenceClassification.from_pretrained("mathildeparlo/ar_specific_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, epoch 1 6aa7bfc
End of training 0c09090
Training in progress, epoch 1 e93749f
initial commit fc86843
Mathilde Parlo commited on