Question Answering
Transformers
TensorBoard
Safetensors
PyTorch
English
distilbert
squadv2
transformer
Instructions to use nppiech/a-question_answerer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nppiech/a-question_answerer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="nppiech/a-question_answerer")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("nppiech/a-question_answerer") model = AutoModelForQuestionAnswering.from_pretrained("nppiech/a-question_answerer") - 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 260782152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fae677ebae73a5824bbbddb1a1d669f5663f440ec85ea3c3afd906164d1f6ad2
|
| 3 |
size 260782152
|
runs/Aug13_14-57-30_6dbdc9d15276/events.out.tfevents.1755097053.6dbdc9d15276.3639.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:f8c33e05a4de3028d344f463824fcc2484b5a82cbfb947e33082fec4390f9c88
|
| 3 |
+
size 47851
|