earlab commited on
Commit
2bce71e
·
verified ·
1 Parent(s): c1c84ed

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json CHANGED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "gen": {
4
+ "config": {
5
+ "C0": 64,
6
+ "D": 128,
7
+ "use_vae": true,
8
+ "refiner": {
9
+ "type": "banded",
10
+ "dim": 256,
11
+ "intermediate_dim": 1024,
12
+ "num_layers": 12,
13
+ "layer_norm_eps": 1e-5
14
+ }
15
+ }
16
+ }
17
+ }
18
+ }