kevin009 commited on
Commit
695e00f
·
verified ·
1 Parent(s): ae2717d

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +6 -8
adapter_config.json CHANGED
@@ -1,10 +1,8 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "llama369",
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,
@@ -12,24 +10,24 @@
12
  "layers_pattern": null,
13
  "layers_to_transform": null,
14
  "loftq_config": {},
15
- "lora_alpha": 32,
16
  "lora_bias": false,
17
  "lora_dropout": 0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
- "r": 32,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "gate_proj",
27
  "up_proj",
28
- "v_proj",
29
  "q_proj",
 
30
  "k_proj",
 
31
  "o_proj",
32
- "down_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3.1-8B-Instruct",
5
  "bias": "none",
 
 
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 16,
14
  "lora_bias": false,
15
  "lora_dropout": 0,
16
  "megatron_config": null,
17
  "megatron_core": "megatron.core",
18
  "modules_to_save": null,
19
  "peft_type": "LORA",
20
+ "r": 16,
21
  "rank_pattern": {},
22
  "revision": null,
23
  "target_modules": [
 
24
  "up_proj",
 
25
  "q_proj",
26
+ "down_proj",
27
  "k_proj",
28
+ "v_proj",
29
  "o_proj",
30
+ "gate_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,