Instructions to use intanm/mBERT-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use intanm/mBERT-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="intanm/mBERT-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("intanm/mBERT-squad") model = AutoModelForQuestionAnswering.from_pretrained("intanm/mBERT-squad") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 10500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 709129709
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1097bf3936ae365d6bd005745f22d0c384659f43cbc4e1eee05f86fc1d7e789
|
| 3 |
size 709129709
|
runs/Apr29_15-18-06_900f214d606f/events.out.tfevents.1682781494.900f214d606f.3405.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80e94617f21800b32ae08b7e0afa1bb69ea8198e267e0e680256b6521276c432
|
| 3 |
+
size 7704
|