Instructions to use Mr-Wick/Roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mr-Wick/Roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Mr-Wick/Roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Mr-Wick/Roberta") model = AutoModelForQuestionAnswering.from_pretrained("Mr-Wick/Roberta") - Notebooks
- Google Colab
- Kaggle
Commit 路
c9eb072
1
Parent(s): 404989d
First version of the Roberta_QA and tokenizer.
Browse files- qa_model_save +1 -1
qa_model_save
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 788561227298b3d4df6f9c91813ffe20c3db0bb7
|