hugodk-sch
commited on
Commit
•
c95da1e
1
Parent(s):
f7bc5f8
Training in progress, step 100
Browse files- adapter_config.json +4 -4
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
"gate_proj",
|
24 |
-
"v_proj",
|
25 |
-
"k_proj",
|
26 |
"up_proj",
|
|
|
|
|
27 |
"down_proj",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"o_proj",
|
23 |
"gate_proj",
|
|
|
|
|
24 |
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"q_proj",
|
27 |
"down_proj",
|
28 |
+
"v_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd2b1d7a62a8266fa71049375e37d8471041756472a7ef0fb08f1e47801141df
|
3 |
size 4984
|