Training in progress, step 20
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"down_proj",
|
25 |
"lm_head",
|
26 |
"v_proj",
|
27 |
-
"
|
28 |
-
"o_proj",
|
29 |
"q_proj",
|
|
|
|
|
30 |
"k_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
|
|
24 |
"lm_head",
|
25 |
"v_proj",
|
26 |
+
"down_proj",
|
|
|
27 |
"q_proj",
|
28 |
+
"up_proj",
|
29 |
+
"o_proj",
|
30 |
"k_proj"
|
31 |
],
|
32 |
"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 1310658800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1197a7793ef6b470a3f47183fa2d1e8c96f63881269f377f30e493c018c0931e
|
3 |
size 1310658800
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:696b4bdec0f060b3f4e54b0c6b33157eb3e8d15440014d21c100c817b764055b
|
3 |
size 5240
|