Instructions to use rooftopcoder/roberta-base-coqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rooftopcoder/roberta-base-coqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="rooftopcoder/roberta-base-coqa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/roberta-base-coqa") model = AutoModelForQuestionAnswering.from_pretrained("rooftopcoder/roberta-base-coqa") - Notebooks
- Google Colab
- Kaggle
Commit 路
513e9bb
1
Parent(s): 3b8e7aa
Training in progress, step 13500
Browse files
runs/Jun06_06-56-59_c1cde548007e/events.out.tfevents.1686034631.c1cde548007e.3518.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:d7ff8231e82464623c13ed57095ea488f71d6663dc491a964cf96d4b6e495bdb
|
| 3 |
+
size 16117
|