Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +7 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -23,20 +23,23 @@
|
|
23 |
"megatron_core": "megatron.core",
|
24 |
"modules_to_save": null,
|
25 |
"peft_type": "LORA",
|
|
|
26 |
"r": 8,
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
-
"k_proj",
|
31 |
-
"down_proj",
|
32 |
-
"o_proj",
|
33 |
"gate_proj",
|
34 |
-
"
|
35 |
"q_proj",
|
|
|
|
|
|
|
36 |
"up_proj"
|
37 |
],
|
|
|
38 |
"task_type": null,
|
39 |
"trainable_token_indices": null,
|
40 |
"use_dora": false,
|
|
|
41 |
"use_rslora": false
|
42 |
}
|
|
|
23 |
"megatron_core": "megatron.core",
|
24 |
"modules_to_save": null,
|
25 |
"peft_type": "LORA",
|
26 |
+
"qalora_group_size": 16,
|
27 |
"r": 8,
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
|
|
|
|
31 |
"gate_proj",
|
32 |
+
"o_proj",
|
33 |
"q_proj",
|
34 |
+
"v_proj",
|
35 |
+
"k_proj",
|
36 |
+
"down_proj",
|
37 |
"up_proj"
|
38 |
],
|
39 |
+
"target_parameters": null,
|
40 |
"task_type": null,
|
41 |
"trainable_token_indices": null,
|
42 |
"use_dora": false,
|
43 |
+
"use_qalora": false,
|
44 |
"use_rslora": false
|
45 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 15950616
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c32d206e91fa6bd26ee45c82c41b8d0a679f053898f2719d3d6ee8d33a2a5a1
|
3 |
size 15950616
|