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 1500
Browse files
logs/events.out.tfevents.1741528710.36c56c76e8b8.31.4
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:a961dd7520668b70fbc27497ae5bed67873929fbf3c4d6f7c1b3184f38bc25ad
|
| 3 |
+
size 7421
|
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:94bd12803750fb51efadd766aee347ea7b7e487833810f4d4f8a1520a3764842
|
| 3 |
size 1330173664
|