Instructions to use srcocotero/mini-bert-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use srcocotero/mini-bert-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="srcocotero/mini-bert-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("srcocotero/mini-bert-qa") model = AutoModelForQuestionAnswering.from_pretrained("srcocotero/mini-bert-qa") - Notebooks
- Google Colab
- Kaggle
Commit 路
0369c1d
1
Parent(s): db3c3fb
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeaa7cdd6bbe95fc25fb2d4e5d7d73fffef76df91450f6fa6ee02066f6b0395d
|
| 3 |
+
size 44448461
|