Upload model
Browse files- adapter_config.json +19 -7
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -5,27 +5,39 @@
|
|
5 |
"parent_library": "peft.peft_model"
|
6 |
},
|
7 |
"base_model_name_or_path": null,
|
|
|
|
|
8 |
"bias": "none",
|
|
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
|
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
"loftq_config": {},
|
15 |
-
"lora_alpha":
|
16 |
-
"lora_dropout": 0.
|
17 |
"megatron_config": null,
|
18 |
"megatron_core": "megatron.core",
|
19 |
"modules_to_save": null,
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
|
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"
|
26 |
"k_proj",
|
27 |
-
"
|
|
|
|
|
|
|
28 |
],
|
|
|
29 |
"task_type": null,
|
|
|
|
|
|
|
30 |
"use_rslora": false
|
31 |
}
|
|
|
5 |
"parent_library": "peft.peft_model"
|
6 |
},
|
7 |
"base_model_name_or_path": null,
|
8 |
+
"beta1": 0.85,
|
9 |
+
"beta2": 0.85,
|
10 |
"bias": "none",
|
11 |
+
"deltaT": 10,
|
12 |
"fan_in_fan_out": false,
|
13 |
"inference_mode": true,
|
14 |
"init_lora_weights": true,
|
15 |
+
"init_r": 24,
|
16 |
"layers_pattern": null,
|
17 |
"layers_to_transform": null,
|
18 |
"loftq_config": {},
|
19 |
+
"lora_alpha": 32,
|
20 |
+
"lora_dropout": 0.1,
|
21 |
"megatron_config": null,
|
22 |
"megatron_core": "megatron.core",
|
23 |
"modules_to_save": null,
|
24 |
+
"orth_reg_weight": 0.5,
|
25 |
+
"peft_type": "ADALORA",
|
26 |
+
"r": 8,
|
27 |
+
"rank_pattern": null,
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
+
"q_proj",
|
31 |
"k_proj",
|
32 |
+
"v_proj",
|
33 |
+
"out_proj",
|
34 |
+
"fc1",
|
35 |
+
"fc2"
|
36 |
],
|
37 |
+
"target_r": 8,
|
38 |
"task_type": null,
|
39 |
+
"tfinal": 1000,
|
40 |
+
"tinit": 200,
|
41 |
+
"total_step": null,
|
42 |
"use_rslora": false
|
43 |
}
|
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:af914ed98336fc32bcaa5de8f78a7f4b813aa75cb5495604e8cae3215e02e48e
|
3 |
+
size 362247160
|