Instructions to use rizquuula/IndoBERT-SQuADv2-init with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rizquuula/IndoBERT-SQuADv2-init with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="rizquuula/IndoBERT-SQuADv2-init")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("rizquuula/IndoBERT-SQuADv2-init") model = AutoModelForQuestionAnswering.from_pretrained("rizquuula/IndoBERT-SQuADv2-init") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 495481325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e9dcab14375de36b6ff28c436c6d805f82aecd20307fb68be35d80a4102d381
|
| 3 |
size 495481325
|