ASLP-lab commited on
Commit
87e2128
·
verified ·
1 Parent(s): 8f246fd

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 2048,
3
+ "depth": 16,
4
+ "heads": 16,
5
+ "ff_mult": 4,
6
+ "text_dim": 512,
7
+ "conv_layers": 0,
8
+ "mel_dim": 64,
9
+ "text_num_embeds": 1000,
10
+ "block_size": 10,
11
+ "use_flex_attn": true,
12
+ "repa_depth": 6,
13
+ "repa_dims": [1024, 768]
14
+ }