Instructions to use mathildeparlo/base_seq_lab_indonesian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mathildeparlo/base_seq_lab_indonesian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="mathildeparlo/base_seq_lab_indonesian")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("mathildeparlo/base_seq_lab_indonesian") model = AutoModelForQuestionAnswering.from_pretrained("mathildeparlo/base_seq_lab_indonesian", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, epoch 1 4d6f3f7
End of training 715d7c8
Training in progress, epoch 1 cc93a59
initial commit 6d04e5c
Mathilde Parlo commited on