Instructions to use seemorebricks/my_awesome_qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seemorebricks/my_awesome_qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="seemorebricks/my_awesome_qa_model", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("seemorebricks/my_awesome_qa_model") model = AutoModelForQuestionAnswering.from_pretrained("seemorebricks/my_awesome_qa_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
13bb93a
1
Parent(s): 24b0255
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- runs/May28_04-28-33_73d132a225fc/events.out.tfevents.1685248116.73d132a225fc.1113.0 +2 -2
- runs/May28_04-32-15_73d132a225fc/1685248338.112164/events.out.tfevents.1685248338.73d132a225fc.1430.1 +3 -0
- runs/May28_04-32-15_73d132a225fc/events.out.tfevents.1685248338.73d132a225fc.1430.0 +3 -0
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265492517
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05e25b0944d1d56a9011cca1e6d19a9369f59f27574e22a1262ae5a5f15c5637
|
| 3 |
size 265492517
|
runs/May28_04-28-33_73d132a225fc/events.out.tfevents.1685248116.73d132a225fc.1113.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:586a5832430c7d54721c72d9b10ae0ac255abf90325b5d01d3454b102ba4acd4
|
| 3 |
+
size 5183
|
runs/May28_04-32-15_73d132a225fc/1685248338.112164/events.out.tfevents.1685248338.73d132a225fc.1430.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1e167084d39b44919902ebc81bfe828ed67d141a8db9cc1eeff52356a84a62f
|
| 3 |
+
size 5868
|
runs/May28_04-32-15_73d132a225fc/events.out.tfevents.1685248338.73d132a225fc.1430.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cf923e9fbc471b5f70c79e933a96e5b2dbc199e6f8811aa797637caff732d20
|
| 3 |
+
size 4287
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11ccac8f3805d424c6b9b993c643215c05c226fa0e54d63362189d8ccebeff0d
|
| 3 |
size 3899
|