AEmotionStudio commited on
Commit
62db33d
·
verified ·
1 Parent(s): 33b6e18

Mirror config.json from ACE-Step/ACE-Step-v1-chinese-rap-LoRA

Browse files
checkpoints/loras/chinese-rap/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "r": 256,
3
+ "lora_alpha": 32,
4
+ "target_modules": [
5
+ "speaker_embedder",
6
+ "linear_q",
7
+ "linear_k",
8
+ "linear_v",
9
+ "to_q",
10
+ "to_k",
11
+ "to_v",
12
+ "to_out.0"
13
+ ],
14
+ "use_rslora": true
15
+ }