mamkkl commited on
Commit
6612217
·
verified ·
1 Parent(s): 87d9183

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +18 -1
adapter_config.json CHANGED
@@ -4,5 +4,22 @@
4
  "base_model_name_or_path": "Neko-Institute-of-Science/LLaMA-65B-HF",
5
  "revision": null,
6
  "task_type": "CAUSAL_LM",
7
- "inference_mode": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }
 
4
  "base_model_name_or_path": "Neko-Institute-of-Science/LLaMA-65B-HF",
5
  "revision": null,
6
  "task_type": "CAUSAL_LM",
7
+ "inference_mode": true,
8
+ "bias": "none",
9
+ "init_lora_weights": true,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.05,
14
+ "modules_to_save": null,
15
+ "r": 16,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "k_proj",
19
+ "v_proj",
20
+ "o_proj",
21
+ "gate_proj",
22
+ "up_proj",
23
+ "down_proj"
24
+ ]
25
  }