Training in progress, step 120
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- runs/Oct10_14-59-48_7e5dbbc0c5c7/events.out.tfevents.1728572392.7e5dbbc0c5c7.100.0 +3 -0
- runs/Oct10_15-09-13_7e5dbbc0c5c7/events.out.tfevents.1728572966.7e5dbbc0c5c7.100.1 +3 -0
- runs/Oct11_11-56-56_b1754e4d46cd/events.out.tfevents.1728647828.b1754e4d46cd.102.0 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
-
"o_proj",
|
25 |
"up_proj",
|
|
|
26 |
"k_proj",
|
|
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"up_proj",
|
24 |
+
"down_proj",
|
25 |
"k_proj",
|
26 |
+
"o_proj",
|
27 |
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 159967880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c459e511bfe712da0f0b92e7e8d2db4538ed7856ece152fd75e5175dc3a6245c
|
3 |
size 159967880
|
runs/Oct10_14-59-48_7e5dbbc0c5c7/events.out.tfevents.1728572392.7e5dbbc0c5c7.100.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93c3254a425b9845ed1fa7e8ae02f119d62f07a0aa5361663b744d336e14ddee
|
3 |
+
size 30879
|
runs/Oct10_15-09-13_7e5dbbc0c5c7/events.out.tfevents.1728572966.7e5dbbc0c5c7.100.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00c482ae16f17aa0e3380c8faf923d1e39b621096a0e9ac4d100a1433032a48e
|
3 |
+
size 30879
|
runs/Oct11_11-56-56_b1754e4d46cd/events.out.tfevents.1728647828.b1754e4d46cd.102.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc06e7dbffe21edc45a65475d7d0341ac3923ca32e733108b41ef50bde19213f
|
3 |
+
size 30878
|
tokenizer_config.json
CHANGED
@@ -78,7 +78,7 @@
|
|
78 |
"middle_token": "β<MID>",
|
79 |
"model_max_length": 16384,
|
80 |
"pad_token": "<unk>",
|
81 |
-
"padding_side": "
|
82 |
"prefix_token": "β<PRE>",
|
83 |
"sp_model_kwargs": {},
|
84 |
"suffix_token": "β<SUF>",
|
|
|
78 |
"middle_token": "β<MID>",
|
79 |
"model_max_length": 16384,
|
80 |
"pad_token": "<unk>",
|
81 |
+
"padding_side": "right",
|
82 |
"prefix_token": "β<PRE>",
|
83 |
"sp_model_kwargs": {},
|
84 |
"suffix_token": "β<SUF>",
|
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:8023623631dc83f56fc7edf706ce88c3b742f17183ed76704aa15bba3fda572a
|
3 |
size 5432
|