Instructions to use esakrissa/IndoBERT-SQuAD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use esakrissa/IndoBERT-SQuAD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="esakrissa/IndoBERT-SQuAD")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("esakrissa/IndoBERT-SQuAD") model = AutoModelForQuestionAnswering.from_pretrained("esakrissa/IndoBERT-SQuAD", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -2,13 +2,17 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: IndoBERT SQuAD
|
| 7 |
results: []
|
| 8 |
-
widget:
|
| 9 |
-
- text: Di daerah mana Ubud berada?
|
| 10 |
-
context: Ubud adalah sebuah desa adat sekaligus menjadi destinasi wisata di daerah kabupaten Gianyar, pulau Bali, Indonesia. Ubud terutama terkenal diantara para wisatawan mancanegara karena terletak di antara sawah dan hutan yang berjurang-jurang yang membuat pemandangan alam sangat indah. Selain itu, Ubud dikenal karena seni dan budaya yang berkembang sangat pesat dan maju.
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
widget:
|
| 6 |
+
- text: Di daerah mana Ubud berada?
|
| 7 |
+
context: Ubud adalah sebuah desa adat sekaligus menjadi destinasi wisata di daerah
|
| 8 |
+
kabupaten Gianyar, pulau Bali, Indonesia. Ubud terutama terkenal diantara para
|
| 9 |
+
wisatawan mancanegara karena terletak di antara sawah dan hutan yang berjurang-jurang
|
| 10 |
+
yang membuat pemandangan alam sangat indah. Selain itu, Ubud dikenal karena seni
|
| 11 |
+
dan budaya yang berkembang sangat pesat dan maju.
|
| 12 |
+
base_model: indolem/indobert-base-uncased
|
| 13 |
model-index:
|
| 14 |
- name: IndoBERT SQuAD
|
| 15 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|