joaopaulopresa
commited on
Commit
•
e30d330
1
Parent(s):
cb53f4e
Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -10,23 +10,23 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
"gate_proj",
|
25 |
-
"v_proj",
|
26 |
-
"o_proj",
|
27 |
"q_proj",
|
|
|
|
|
28 |
"down_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 8,
|
14 |
+
"lora_dropout": 0.01,
|
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": "unsloth",
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
"gate_proj",
|
|
|
|
|
25 |
"q_proj",
|
26 |
+
"up_proj",
|
27 |
+
"o_proj",
|
28 |
"down_proj",
|
29 |
+
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
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:c9e151e2f881c7d3941b7d07b233c37309644d103d81f982cd5534f51ed3a166
|
3 |
+
size 161533192
|