Instructions to use nide01/squad_qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nide01/squad_qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="nide01/squad_qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("nide01/squad_qa_model") model = AutoModelForQuestionAnswering.from_pretrained("nide01/squad_qa_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265470032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b69c6cc57654f8ad7256d2d125f64ec98846c3bcbc4f3d4be6aaad0f37faa019
|
| 3 |
size 265470032
|
runs/Apr10_18-29-53_DESKTOP-O0E3GS1/events.out.tfevents.1712770194.DESKTOP-O0E3GS1.6216.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:827d0c11ed0416d12c90ede2c04df3cc205014d2d6b9dadd8d14b3c74af633ac
|
| 3 |
+
size 5709
|