Instructions to use am-infoweb/roberta-base-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use am-infoweb/roberta-base-squad2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="am-infoweb/roberta-base-squad2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("am-infoweb/roberta-base-squad2") model = AutoModelForQuestionAnswering.from_pretrained("am-infoweb/roberta-base-squad2") - Notebooks
- Google Colab
- Kaggle
Anurag Singh commited on
Commit 路
99572e3
1
Parent(s): ef33eaa
anuragsingh28/MRR3
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 496299053
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43df350f246843960db21ec8761c2b8820f070503f2aa142aff5d14c828e5964
|
| 3 |
size 496299053
|