Instructions to use consciousAI/question-answering-roberta-base-s-v2 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-v2 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-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("consciousAI/question-answering-roberta-base-s-v2") model = AutoModelForQuestionAnswering.from_pretrained("consciousAI/question-answering-roberta-base-s-v2") - Notebooks
- Google Colab
- Kaggle
Commit 路
2c82df1
1
Parent(s): fa20c95
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (5b8bf265b342e8415577b096eeb0761e7c6382e0)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ee236622f4779221a5756b867a9c00ebeab8a899df9678eecb8390684efbf34
|
| 3 |
+
size 496254452
|