Instructions to use mathildeparlo/base_seq_lab_arabic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mathildeparlo/base_seq_lab_arabic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="mathildeparlo/base_seq_lab_arabic")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("mathildeparlo/base_seq_lab_arabic") model = AutoModelForQuestionAnswering.from_pretrained("mathildeparlo/base_seq_lab_arabic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, epoch 1 efcd37a
Training in progress, step 500 c38e216
initial commit 96129b9
Mathilde Parlo commited on