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 路
3b8e7aa
1
Parent(s): 46594b5
Training in progress, step 13000
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:0194cc26c3de1227ff9c090ffa88e48362e8322f4eddd484078caa26811322ab
|
| 3 |
+
size 15960
|