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 路
3abb2fc
1
Parent(s): 2f67caa
Training in progress, step 2500
Browse files- pytorch_model.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:f56a754a22f708b9fcf4425fbf368ce3e89aacfb4ec42b9fc5cdf528f63ba819
|
| 3 |
size 435656113
|