Instructions to use consciousAI/question-answering-roberta-base-s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use consciousAI/question-answering-roberta-base-s with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="consciousAI/question-answering-roberta-base-s")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("consciousAI/question-answering-roberta-base-s") model = AutoModelForQuestionAnswering.from_pretrained("consciousAI/question-answering-roberta-base-s") - Notebooks
- Google Colab
- Kaggle
Commit 路
23a3a4e
1
Parent(s): 492f3f9
Training in progress epoch 9
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 496297393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc8eaf997458589e85c0aa2d57a814956e4a44cc8324e4f9cd5ef611a93d785d
|
| 3 |
size 496297393
|