Trained with Unsloth
Browse files- adapter_config.json +4 -4
- adapter_model.bin +3 -0
- generation_config.json +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
-
"v_proj",
|
25 |
"gate_proj",
|
26 |
-
"
|
27 |
"o_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 |
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
"o_proj",
|
26 |
+
"up_proj",
|
27 |
+
"v_proj",
|
28 |
"k_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef44ec219f7a731e415c0145fbe4eb380155eb930f7ca9ad3e51f27d48b15c59
|
3 |
+
size 671250634
|
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.39.3"
|
9 |
}
|