Instructions to use varun-v-rao/roberta-large-squad-model1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varun-v-rao/roberta-large-squad-model1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="varun-v-rao/roberta-large-squad-model1")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("varun-v-rao/roberta-large-squad-model1") model = AutoModelForQuestionAnswering.from_pretrained("varun-v-rao/roberta-large-squad-model1") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1417296784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20bf5e0fb7c862bcc2af3d3efedfa44e1637452f4062d2df98425df60a923298
|
| 3 |
size 1417296784
|
runs/Feb08_11-23-22_gl1510.arc-ts.umich.edu/events.out.tfevents.1707409410.gl1510.arc-ts.umich.edu.2499873.0
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:bf73ca3beec1fb6af94983d175534a88ddad9224fcddeca534f4e5d0c14e9a19
|
| 3 |
+
size 6223
|