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