Upload model
Browse files- adapter_config.json +7 -7
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -12,23 +12,23 @@
|
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
"loftq_config": {},
|
15 |
-
"lora_alpha":
|
16 |
"lora_bias": false,
|
17 |
-
"lora_dropout": 0,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
21 |
"peft_type": "LORA",
|
22 |
-
"r":
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"up_proj",
|
28 |
-
"down_proj",
|
29 |
"o_proj",
|
|
|
30 |
"gate_proj",
|
31 |
-
"
|
|
|
32 |
"v_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
21 |
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
|
|
|
|
27 |
"o_proj",
|
28 |
+
"up_proj",
|
29 |
"gate_proj",
|
30 |
+
"q_proj",
|
31 |
+
"down_proj",
|
32 |
"v_proj"
|
33 |
],
|
34 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:387fee43f39bdb46336ea9f184b80bc0f32e5e17a913e5c9a464a9590665f91f
|
3 |
+
size 36981072
|