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 路
2f67caa
1
Parent(s): b970b4e
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:70078242490c1d61b2286a71d5e7b8fef4ebba5c199e5f73f110f82ba314ace4
|
| 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:1b97c8236f8917d0c58754b5052df159da9e9d69513f38976c502b520ecaa878
|
| 3 |
size 2927
|