Trained with Unsloth
Browse files- adapter_config.json +4 -4
- generation_config.json +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
-
"down_proj",
|
25 |
"o_proj",
|
26 |
"up_proj",
|
27 |
-
"v_proj",
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"o_proj",
|
24 |
"up_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"v_proj",
|
27 |
+
"down_proj",
|
28 |
+
"q_proj",
|
29 |
+
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
generation_config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
128001,
|
6 |
128009
|
7 |
],
|
8 |
-
"transformers_version": "4.
|
9 |
}
|
|
|
5 |
128001,
|
6 |
128009
|
7 |
],
|
8 |
+
"transformers_version": "4.41.2"
|
9 |
}
|