Instructions to use ericRosello/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ericRosello/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ericRosello/results")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ericRosello/results") model = AutoModelForQuestionAnswering.from_pretrained("ericRosello/results") - Notebooks
- Google Colab
- Kaggle
Commit 路
6fbc10e
1
Parent(s): a330f2f
Training in progress, step 500
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 435656113
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e44d52f5cd3c11af8615cda17c06a472bf6ff518b789f975114e2ea306d16a89
|
| 3 |
size 435656113
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2927
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a81eab25bb825b2d359f66316b355d04e93f0fd0186196a5292fcae30f710197
|
| 3 |
size 2927
|