Instructions to use mathildeparlo/spec_seq_lab_indonesian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mathildeparlo/spec_seq_lab_indonesian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="mathildeparlo/spec_seq_lab_indonesian")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("mathildeparlo/spec_seq_lab_indonesian") model = AutoModelForQuestionAnswering.from_pretrained("mathildeparlo/spec_seq_lab_indonesian", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, step 2000 e8e7c6a
Training in progress, step 1500 4f4824d
Training in progress, step 1000 3e667db
Training in progress, step 500 74357cd
initial commit 11ce109
Mathilde Parlo commited on