Instructions to use mathildeparlo/spec_seq_lab_arabic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mathildeparlo/spec_seq_lab_arabic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="mathildeparlo/spec_seq_lab_arabic")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("mathildeparlo/spec_seq_lab_arabic") model = AutoModelForQuestionAnswering.from_pretrained("mathildeparlo/spec_seq_lab_arabic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, step 5000 5f8517f
Training in progress, step 4500 7a3f498
Training in progress, step 4000 d2b3b4e
Training in progress, step 3500 cf4a74c
Training in progress, step 3000 a069e5b
Training in progress, step 2500 b099b5f
Training in progress, step 2000 fbbc14a
Training in progress, step 1500 ebce601
Training in progress, step 1000 a8f1c6d
Training in progress, step 500 b01885f
initial commit ed73966
Mathilde Parlo commited on