Instructions to use Ermira/qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ermira/qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Ermira/qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Ermira/qa_model") model = AutoModelForQuestionAnswering.from_pretrained("Ermira/qa_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
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:cd0cffc48ba33a998d791f4ab23aef5119aff53ae388c4a526ef8437c7597a75
|
| 3 |
size 265470032
|
runs/Mar16_14-24-27_a36407e8af51/events.out.tfevents.1710599068.a36407e8af51.34.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5b0b930423e393d6bd68ac642a4bf2906fba5722b3809cfefcaea70a8e44481
|
| 3 |
+
size 4925
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b67767bdb9aaeb1355b1d5fc26622aa205a4d5d6239678875bda86de9a687da8
|
| 3 |
size 4856
|