Training in progress, epoch 9
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"down_proj",
|
25 |
-
"o_proj",
|
26 |
-
"up_proj",
|
27 |
"q_proj",
|
|
|
28 |
"gate_proj",
|
|
|
|
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"lm_head",
|
|
|
|
|
|
|
24 |
"q_proj",
|
25 |
+
"down_proj",
|
26 |
"gate_proj",
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
"k_proj",
|
30 |
+
"up_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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 581159464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:100a454346f3c816b07edac7df2ea6477d1ea2a6de73d01c2f93b59667241e17
|
3 |
size 581159464
|
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:fad394792d1a572587bbdf910df903dd9fa76b5c2217752673f41a485375f1b7
|
3 |
size 5176
|