Training in progress, epoch 0
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Jan19_01-43-30_bda849b1823a/events.out.tfevents.1705628612.bda849b1823a.1819.1 +3 -0
- runs/Jan19_01-43-43_bda849b1823a/events.out.tfevents.1705628626.bda849b1823a.1819.2 +3 -0
- runs/Jan19_01-54-34_bda849b1823a/events.out.tfevents.1705629276.bda849b1823a.7438.0 +3 -0
- runs/Jan19_01-59-16_bda849b1823a/events.out.tfevents.1705629558.bda849b1823a.8810.0 +3 -0
- tokenizer.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4517152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0df7b7cb9dc990e450c884f9f88d1e61ac8956c65a97335a9303e7e4024ed389
|
3 |
size 4517152
|
runs/Jan19_01-43-30_bda849b1823a/events.out.tfevents.1705628612.bda849b1823a.1819.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:044725809a49bacc32164ed87e62a887ee258888ad4fed2e5de06227a66ed730
|
3 |
+
size 4656
|
runs/Jan19_01-43-43_bda849b1823a/events.out.tfevents.1705628626.bda849b1823a.1819.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a256ad874ac789c827a05e1ca70cd0784ddd87d8b93df77c9355beed10304c1
|
3 |
+
size 7760
|
runs/Jan19_01-54-34_bda849b1823a/events.out.tfevents.1705629276.bda849b1823a.7438.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62853f1d0703a7070f61c8339e47375666786ee803d06f108378ce794916db7e
|
3 |
+
size 6818
|
runs/Jan19_01-59-16_bda849b1823a/events.out.tfevents.1705629558.bda849b1823a.8810.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6127c8b1db77662857caf80c0869f03bf7334354a065d28baa1980908eaad7cf
|
3 |
+
size 9684
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 2048,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a799721acbc5e072d0f826246df50bdc549141db3c7c732a360b1efa2b02b525
|
3 |
size 4600
|