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 6500
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:8eb115159a30506a872ba8ad5236843f666ad66ff4cf7c1716a38021e210acca
|
| 3 |
+
size 36286
|
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:8d45898af99cd905fe6e4839588b34dcca4718d2a4a878e4becddcc1d7ce23e8
|
| 3 |
size 1330173664
|