hdvd2309 commited on
Commit
a41737c
·
1 Parent(s): a90d460

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -4
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "meta-llama/Llama-2-13b-hf",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
@@ -14,13 +14,13 @@
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
- "o_proj",
18
  "v_proj",
19
  "down_proj",
 
20
  "q_proj",
 
21
  "gate_proj",
22
- "k_proj",
23
- "up_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "meta-llama/Llama-2-13b-chat-hf",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
17
  "v_proj",
18
  "down_proj",
19
+ "up_proj",
20
  "q_proj",
21
+ "o_proj",
22
  "gate_proj",
23
+ "k_proj"
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }