Instructions to use srcocotero/bert-base-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use srcocotero/bert-base-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="srcocotero/bert-base-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("srcocotero/bert-base-qa") model = AutoModelForQuestionAnswering.from_pretrained("srcocotero/bert-base-qa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
499b7f4
1
Parent(s): 6b7468d
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435643185
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6373cc213c3d2aeb36325c43d649ead5075bd430917b144fe2571e73b50353b4
|
| 3 |
size 435643185
|
runs/Aug10_08-46-16_f311d5ee993e/events.out.tfevents.1660121497.f311d5ee993e.366.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b0b8e1eee0d63d6e2fbf1763158b3b9952a7b2c4aee4e90bc71dea5f03cf96
|
| 3 |
+
size 5926
|