Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +6 -8
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -13,29 +13,27 @@
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
-
"lora_alpha":
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
-
"
|
24 |
-
"r": 8,
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
"o_proj",
|
29 |
-
"
|
30 |
-
"down_proj",
|
31 |
-
"gate_proj",
|
32 |
"q_proj",
|
33 |
"up_proj",
|
34 |
-
"
|
|
|
|
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
38 |
"use_dora": false,
|
39 |
-
"use_qalora": false,
|
40 |
"use_rslora": true
|
41 |
}
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 128,
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
+
"r": 16,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"o_proj",
|
28 |
+
"k_proj",
|
|
|
|
|
29 |
"q_proj",
|
30 |
"up_proj",
|
31 |
+
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"down_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
37 |
"use_dora": false,
|
|
|
38 |
"use_rslora": true
|
39 |
}
|
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:d3110c30cb9ca5c06f110a65f0c7f754c4a319979bc00a37ad8c3056358c2b7e
|
3 |
+
size 167832240
|