KBlueLeaf commited on
Commit
6b8f1d3
1 Parent(s): 69fdd37

Upload leh-weight/adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. leh-weight/adapter_config.json +23 -0
leh-weight/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "decapoda-research/llama-7b-hf",
3
+ "bias": "none",
4
+ "enable_lora": null,
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.1,
9
+ "merge_weights": false,
10
+ "modules_to_save": [
11
+ "model.embed_tokens",
12
+ "lm_head"
13
+ ],
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj",
19
+ "k_proj",
20
+ "o_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }