ugaoo commited on
Commit
e52cf7b
·
verified ·
1 Parent(s): 081b0d2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +6 -6
adapter_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "eva_config": null,
7
  "exclude_modules": null,
8
  "fan_in_fan_out": null,
9
- "inference_mode": true,
10
  "init_lora_weights": true,
11
  "layer_replication": null,
12
  "layers_pattern": null,
@@ -26,13 +26,13 @@
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "gate_proj",
30
- "up_proj",
31
- "q_proj",
32
- "k_proj",
33
  "o_proj",
34
  "v_proj",
35
- "down_proj"
 
 
 
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "use_dora": false,
 
6
  "eva_config": null,
7
  "exclude_modules": null,
8
  "fan_in_fan_out": null,
9
+ "inference_mode": false,
10
  "init_lora_weights": true,
11
  "layer_replication": null,
12
  "layers_pattern": null,
 
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
+ "down_proj",
 
 
 
30
  "o_proj",
31
  "v_proj",
32
+ "q_proj",
33
+ "up_proj",
34
+ "k_proj",
35
+ "gate_proj"
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "use_dora": false,