Instructions to use dany0407/qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dany0407/qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="dany0407/qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("dany0407/qa_model") model = AutoModelForQuestionAnswering.from_pretrained("dany0407/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 430908208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef60f1fff8ddb120a90647774e70785ef23fa8c0323c6efef217e9e9a22ab2d8
|
| 3 |
size 430908208
|
runs/Jun04_04-09-30_95099d001d8d/events.out.tfevents.1780546174.95099d001d8d.3260.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f80fe7fd051a2143df61c7f7bab292f4761b4c0db798369028c359b17ad36be9
|
| 3 |
+
size 5158
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7747d70f50a6a11a4e3f132ba3d379058a00b7db05d2d117e1dfd5afe17d9da2
|
| 3 |
size 5777
|