Instructions to use FuuToru/XLMbert-finetuned13kdata_processed-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FuuToru/XLMbert-finetuned13kdata_processed-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="FuuToru/XLMbert-finetuned13kdata_processed-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("FuuToru/XLMbert-finetuned13kdata_processed-squad") model = AutoModelForQuestionAnswering.from_pretrained("FuuToru/XLMbert-finetuned13kdata_processed-squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.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 496294633
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:143f571acbb1e72e87fc5a539ee49655010b4f66d03d557f9cd463d1aa909c16
|
| 3 |
size 496294633
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e7d3d13f06f7df9f8392f7b7512d0c4a43ef36013b035cf4e5056aa5b537180
|
| 3 |
size 4091
|