Instructions to use apps90/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apps90/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="apps90/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("apps90/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("apps90/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430908208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:395b5db70887e3f0690b07d12f9339cb5f395364429af4ee5a4aaf12571e26d5
|
| 3 |
size 430908208
|
runs/May22_12-12-01_15a9cf1f52a6/events.out.tfevents.1716379927.15a9cf1f52a6.740.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:c6bfcbfa90f95adb76df78758b996e84b3877eb8a69d22bcf05df37ed2a3b765
|
| 3 |
+
size 19225
|