shahules786 commited on
Commit
e7c90ee
1 Parent(s): 01fa509

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +28 -0
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "openlm-research/open_llama_7b",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "lora_alpha": 16,
10
+ "lora_dropout": 0.05,
11
+ "modules_to_save": [
12
+ "wte",
13
+ "lm_head"
14
+ ],
15
+ "peft_type": "LORA",
16
+ "r": 8,
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_proj",
20
+ "gate_proj",
21
+ "down_proj",
22
+ "q_proj",
23
+ "up_proj",
24
+ "o_proj",
25
+ "k_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }