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 路
b970b4e
1
Parent(s): 6fbc10e
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:48ea79f65003282eb61de51338a63eb55627044dba8bb3f24f9bc9bc21681bfc
|
| 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:3c3f2e2bade61bf6ad358bbd0c150572e97e907d372c68b608a45b1d35ced8be
|
| 3 |
size 2927
|