kevin009 commited on
Commit
369355a
·
verified ·
1 Parent(s): 486b24b

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -6
adapter_config.json CHANGED
@@ -1,10 +1,8 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "llama334",
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,
@@ -23,12 +21,12 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "q_proj",
27
  "up_proj",
28
- "o_proj",
29
- "k_proj",
30
  "down_proj",
 
31
  "v_proj",
 
32
  "gate_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
 
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,
 
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",