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 路
492f3f9
1
Parent(s): d6e3c76
Training in progress epoch 8
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:aec2e1c647b32f08c725f946d38afe141e7755b72879f208ad547ee7c8a7ee89
|
| 3 |
size 496297393
|