Instructions to use DrY/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DrY/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="DrY/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("DrY/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("DrY/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430955313
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29343cce70bec5d4df34b06b60161750e789282d959fcd8ee3e3651920f1f97b
|
| 3 |
size 430955313
|
runs/Aug02_07-52-35_cbba51bc634f/events.out.tfevents.1659426770.cbba51bc634f.71.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:a4bfe28189387f63ec44d7edc159cf9752ef4d0d80386a960d7c313266a6cd7a
|
| 3 |
+
size 14475
|