jac22 commited on
Commit
2ff46ae
·
verified ·
1 Parent(s): 70b7309

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "unison",
3
+ "architectures": ["UnisonBackbone"],
4
+ "variants": {
5
+ "D20S0_O_40ch": {
6
+ "vae": "mmaudio_44k",
7
+ "dit_double_blocks": 20,
8
+ "dit_single_blocks": 0,
9
+ "in_channels": 40
10
+ },
11
+ "D24S0_O_20ch": {
12
+ "vae": "mmaudio_16k",
13
+ "dit_double_blocks": 24,
14
+ "dit_single_blocks": 0,
15
+ "in_channels": 20
16
+ }
17
+ },
18
+ "text_encoder": "Qwen/Qwen2.5-Omni-7B",
19
+ "framework": "flow_matching",
20
+ "license": "apache-2.0"
21
+ }