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 路
c0719ee
1
Parent(s): 2f33765
Training in progress, step 6000
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:f47587260c2568d0b133ba5691430f83126c78db7ac12303d602aa366d4c2a2f
|
| 3 |
size 496299053
|