Instructions to use Kyrmasch/xml-roberta-model-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kyrmasch/xml-roberta-model-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Kyrmasch/xml-roberta-model-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Kyrmasch/xml-roberta-model-qa") model = AutoModelForQuestionAnswering.from_pretrained("Kyrmasch/xml-roberta-model-qa") - Notebooks
- Google Colab
- Kaggle
2500
Browse files- optimizer.pt +2 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
optimizer.pt
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:cb4ba9d920882db665a7f8ed561c2e0164bf7175d907c1270c05e7520cdcb1d0
|
| 3 |
+
size 2156667008
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1109883945
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5571ae930847af4c347f2e9313953b93fee21ec3588ecd8d0e904f1f268716d
|
| 3 |
size 1109883945
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76548b5d9f84ad0e2c1469a44406152c4de27fabab91f2a69cbe9c8ebeb1c4ed
|
| 3 |
size 4027
|