Instructions to use annakotarba/model_fine_tuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use annakotarba/model_fine_tuning with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="annakotarba/model_fine_tuning")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("annakotarba/model_fine_tuning") model = AutoModelForQuestionAnswering.from_pretrained("annakotarba/model_fine_tuning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
9688422
1
Parent(s): abca859
End of training
Browse files- runs/Mar09_10-16-07_16c0975edaaf/1678357128.1687603/events.out.tfevents.1678357128.16c0975edaaf.147.1 +3 -0
- runs/Mar09_10-16-07_16c0975edaaf/events.out.tfevents.1678357128.16c0975edaaf.147.0 +3 -0
- runs/Mar09_10-19-56_16c0975edaaf/1678357200.3975897/events.out.tfevents.1678357200.16c0975edaaf.147.3 +3 -0
- runs/Mar09_10-19-56_16c0975edaaf/events.out.tfevents.1678357200.16c0975edaaf.147.2 +3 -0
- tokenizer.json +1 -6
- training_args.bin +1 -1
runs/Mar09_10-16-07_16c0975edaaf/1678357128.1687603/events.out.tfevents.1678357128.16c0975edaaf.147.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:170ccc33569769ca3839b58e2e5b0b6729bbd105677870ef9772110b01155c01
|
| 3 |
+
size 5664
|
runs/Mar09_10-16-07_16c0975edaaf/events.out.tfevents.1678357128.16c0975edaaf.147.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf4d762d1ca7defdf3b4d892555c2c37f43433e7fe5ea5feef525b469421339e
|
| 3 |
+
size 40
|
runs/Mar09_10-19-56_16c0975edaaf/1678357200.3975897/events.out.tfevents.1678357200.16c0975edaaf.147.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7618af22c14627c0d6af2dfffcf2a049d9ad7827e24c3d71594f2afeb0211a1d
|
| 3 |
+
size 5664
|
runs/Mar09_10-19-56_16c0975edaaf/events.out.tfevents.1678357200.16c0975edaaf.147.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a5a613383acb182f4bd1986d7bb96e85ddb9c60cb8637dff78a5403c5e94193
|
| 3 |
+
size 40
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 384,
|
| 6 |
-
"strategy": "OnlySecond",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
"Fixed": 384
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": {
|
| 5 |
"strategy": {
|
| 6 |
"Fixed": 384
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55bb379114fcc108386a5938ae4ab17ea6ebe61530f79a059f64d45b05e0000f
|
| 3 |
size 3515
|