DoRa
Browse files- adapter_config.json +14 -5
- adapter_model.safetensors +3 -0
adapter_config.json
CHANGED
@@ -3,25 +3,34 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "NX-AI/xLSTM-7b",
|
5 |
"bias": "none",
|
|
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
|
|
11 |
"lora_alpha": 128,
|
|
|
12 |
"lora_dropout": 0.075,
|
|
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 16,
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"
|
21 |
"proj_up",
|
|
|
22 |
"v_proj",
|
23 |
-
"
|
24 |
-
"k_proj"
|
25 |
],
|
26 |
-
"task_type": "CAUSAL_LM"
|
|
|
|
|
27 |
}
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "NX-AI/xLSTM-7b",
|
5 |
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
"fan_in_fan_out": false,
|
9 |
"inference_mode": true,
|
10 |
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
"lora_alpha": 128,
|
16 |
+
"lora_bias": false,
|
17 |
"lora_dropout": 0.075,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
21 |
"peft_type": "LORA",
|
22 |
"r": 16,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"proj_down",
|
28 |
"proj_up",
|
29 |
+
"q_proj",
|
30 |
"v_proj",
|
31 |
+
"LinearHeadwiseExpand"
|
|
|
32 |
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"use_dora": true,
|
35 |
+
"use_rslora": false
|
36 |
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d30e7b8f6e5234ed1f1aabb67a3a326bd79c0a79a0e988e47e7560b6e07db1b
|
3 |
+
size 63555016
|