Instructions to use vvincentt/roberta_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vvincentt/roberta_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="vvincentt/roberta_test")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("vvincentt/roberta_test") model = AutoModelForQuestionAnswering.from_pretrained("vvincentt/roberta_test") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430955313
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27dd8e2ab7ad6b607f2d5684fd5122c8318e77a5484d1e9bb3e72a3b84631948
|
| 3 |
size 430955313
|
runs/Oct16_12-18-54_13fa0530ac00/events.out.tfevents.1665922741.13fa0530ac00.67.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:4ff12969a752af92264da3d4367a51ee6bedf694c9303af7c478a63e729c6309
|
| 3 |
+
size 14500
|