kalomaze commited on
Commit
a382816
·
verified ·
1 Parent(s): f5e6edd

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +48 -0
adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-Audio-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 256,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "input_layernorm",
19
+ "post_attention_layernorm",
20
+ "self_attn_layer_norm",
21
+ "final_layer_norm",
22
+ "norm",
23
+ "lm_head",
24
+ "embed_tokens",
25
+ "embed_positions",
26
+ "conv1",
27
+ "conv2"
28
+ ],
29
+ "peft_type": "LORA",
30
+ "r": 128,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "self_attn.q_proj",
35
+ "out_proj",
36
+ "self_attn.v_proj",
37
+ "self_attn.o_proj",
38
+ "mlp.down_proj",
39
+ "mlp.gate_proj",
40
+ "mlp.up_proj",
41
+ "fc2",
42
+ "fc1",
43
+ "self_attn.k_proj"
44
+ ],
45
+ "task_type": "CAUSAL_LM",
46
+ "use_dora": false,
47
+ "use_rslora": false
48
+ }