Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Aug21_01-28-52_DESKTOP-7VL4NRO/events.out.tfevents.1724192933.DESKTOP-7VL4NRO.3384.0 +3 -0
- runs/Aug21_01-29-52_DESKTOP-7VL4NRO/events.out.tfevents.1724192994.DESKTOP-7VL4NRO.20624.0 +3 -0
- runs/Aug21_01-30-46_DESKTOP-7VL4NRO/events.out.tfevents.1724193048.DESKTOP-7VL4NRO.17456.0 +3 -0
- runs/Aug21_01-31-28_DESKTOP-7VL4NRO/events.out.tfevents.1724193089.DESKTOP-7VL4NRO.3076.0 +3 -0
- runs/Aug21_12-27-24_DESKTOP-7VL4NRO/events.out.tfevents.1724232447.DESKTOP-7VL4NRO.19240.0 +3 -0
- tokenizer.json +2 -16
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "SEQ_CLS",
|
30 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"query",
|
27 |
+
"value"
|
28 |
],
|
29 |
"task_type": "SEQ_CLS",
|
30 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 175780
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4baed94b6b7e0e1a9144682b77bcba0f9a1bfe867da9a77d7eb20ba45bed8af
|
3 |
size 175780
|
runs/Aug21_01-28-52_DESKTOP-7VL4NRO/events.out.tfevents.1724192933.DESKTOP-7VL4NRO.3384.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6fe0f1f3b930c74b6f2609a878f51b4ee37092d7c58e1dd6a3b0b38e27fb3da
|
3 |
+
size 5740
|
runs/Aug21_01-29-52_DESKTOP-7VL4NRO/events.out.tfevents.1724192994.DESKTOP-7VL4NRO.20624.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f21e49bc40feef5cdac2cefcf313631d7a93efb87b67c0e98f4929274a580a73
|
3 |
+
size 5258
|
runs/Aug21_01-30-46_DESKTOP-7VL4NRO/events.out.tfevents.1724193048.DESKTOP-7VL4NRO.17456.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13a644126871fb6039cce3811c7d35777ab94d59f53c74b753b05b4bf7c4c612
|
3 |
+
size 5258
|
runs/Aug21_01-31-28_DESKTOP-7VL4NRO/events.out.tfevents.1724193089.DESKTOP-7VL4NRO.3076.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dc8faaf9f5125be0ad977b4a1193a85ce850243c29b58003c436ab429a4b722
|
3 |
+
size 5258
|
runs/Aug21_12-27-24_DESKTOP-7VL4NRO/events.out.tfevents.1724232447.DESKTOP-7VL4NRO.19240.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec727dee605394b4e2b738f5ae10cad9222226baeb0613eadf8d80a4e380616
|
3 |
+
size 5575
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 512
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "[PAD]"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:399ab94373ce964950e40e240428874a20d8b5819b042ba492e97842804f9023
|
3 |
size 5176
|