Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +4 -12
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -3,9 +3,6 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
-
"corda_config": null,
|
7 |
-
"eva_config": null,
|
8 |
-
"exclude_modules": null,
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
@@ -14,29 +11,24 @@
|
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 16,
|
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 |
-
"qalora_group_size": 16,
|
24 |
"r": 16,
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"down_proj",
|
29 |
"q_proj",
|
|
|
|
|
|
|
30 |
"o_proj",
|
31 |
"v_proj",
|
32 |
-
"
|
33 |
-
"up_proj",
|
34 |
-
"gate_proj"
|
35 |
],
|
36 |
-
"target_parameters": null,
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
-
"trainable_token_indices": null,
|
39 |
"use_dora": false,
|
40 |
-
"use_qalora": false,
|
41 |
"use_rslora": false
|
42 |
}
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
|
5 |
"bias": "none",
|
|
|
|
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 16,
|
|
|
14 |
"lora_dropout": 0,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
|
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"q_proj",
|
24 |
+
"k_proj",
|
25 |
+
"down_proj",
|
26 |
+
"gate_proj",
|
27 |
"o_proj",
|
28 |
"v_proj",
|
29 |
+
"up_proj"
|
|
|
|
|
30 |
],
|
|
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
32 |
"use_dora": false,
|
|
|
33 |
"use_rslora": false
|
34 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df71983dc64000bd34904a5b361d26d14ddc52f72071650f313d3871d2b1fed4
|
3 |
size 167832240
|