Instructions to use parth0908/bert-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use parth0908/bert-squad2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="parth0908/bert-squad2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("parth0908/bert-squad2") model = AutoModelForQuestionAnswering.from_pretrained("parth0908/bert-squad2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 7500
Browse files
logs/events.out.tfevents.1741531042.36c56c76e8b8.31.6
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:66974f800dcd78880049c128e4cef6588a418b7a6df599db1eb2796c30423210
|
| 3 |
+
size 41106
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1330173664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:531ed9433983801538916cdaedad2058c259879c4dc9ebea50fac43b0de1ae31
|
| 3 |
size 1330173664
|