lyogavin commited on
Commit
364f5ec
1 Parent(s): f4ddc85

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +25 -0
adapter_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "lyogavin/Anima33B-merged",
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.0,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 256,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "o_proj",
17
+ "k_proj",
18
+ "up_proj",
19
+ "q_proj",
20
+ "v_proj",
21
+ "gate_proj",
22
+ "down_proj"
23
+ ],
24
+ "task_type": "CAUSAL_LM"
25
+ }