Training in progress, step 20
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Aug29_18-56-56_fastgpuserv/events.out.tfevents.1724939826.fastgpuserv.3809212.0 +3 -0
- runs/Aug29_19-01-53_fastgpuserv/events.out.tfevents.1724940121.fastgpuserv.882645.0 +3 -0
- runs/Aug29_20-06-29_fastgpuserv/events.out.tfevents.1724943997.fastgpuserv.1011960.0 +3 -0
- runs/Aug29_21-17-20_fastgpuserv/events.out.tfevents.1724948245.fastgpuserv.1156802.0 +3 -0
- tokenizer.json +3 -1
- 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 |
+
"q_proj",
|
27 |
+
"v_proj"
|
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 134267920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:674918ff00ccd946d1e54ec26731bd462fa0e155698115b5d4d187ac0ff5df9f
|
3 |
size 134267920
|
runs/Aug29_18-56-56_fastgpuserv/events.out.tfevents.1724939826.fastgpuserv.3809212.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61851348e8df87af742226aa8a8dac198959c88f882bd2c3145f93e04f4d2ed2
|
3 |
+
size 5822
|
runs/Aug29_19-01-53_fastgpuserv/events.out.tfevents.1724940121.fastgpuserv.882645.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6a0a9a4bc4b0b151703671c31249b4092a34ccdcda0d0cfc80ee0f0dbddc1ac
|
3 |
+
size 6030
|
runs/Aug29_20-06-29_fastgpuserv/events.out.tfevents.1724943997.fastgpuserv.1011960.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10126843c63585fbb3eeb126af177473c54233e9edbbe57e58ad7c0d13c1c5b1
|
3 |
+
size 6029
|
runs/Aug29_21-17-20_fastgpuserv/events.out.tfevents.1724948245.fastgpuserv.1156802.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8768a5f39f99680d632220fee84c0f5184410efa9fe61384eced9f79582ef230
|
3 |
+
size 6502
|
tokenizer.json
CHANGED
@@ -7,7 +7,9 @@
|
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
-
"strategy":
|
|
|
|
|
11 |
"direction": "Left",
|
12 |
"pad_to_multiple_of": null,
|
13 |
"pad_id": 0,
|
|
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 512
|
12 |
+
},
|
13 |
"direction": "Left",
|
14 |
"pad_to_multiple_of": null,
|
15 |
"pad_id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21b86e976742ac551448f27e667386e338540ab50467a2b4c2d3ab945e6a3504
|
3 |
size 5432
|