ddxdaniel commited on
Commit
6b26766
·
verified ·
1 Parent(s): fcc6706

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +43 -0
adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": false,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "img_attn_qkv",
27
+ "img_mlp.fc2",
28
+ "img_mlp.fc1",
29
+ "txt_mod.linear",
30
+ "linear1",
31
+ "txt_mlp.fc1",
32
+ "txt_attn_qkv",
33
+ "modulation.linear",
34
+ "txt_mlp.fc2",
35
+ "linear2",
36
+ "img_attn_proj",
37
+ "txt_attn_proj",
38
+ "img_mod.linear"
39
+ ],
40
+ "task_type": null,
41
+ "use_dora": false,
42
+ "use_rslora": false
43
+ }