chengyuhancode commited on
Commit
e56523e
·
verified ·
1 Parent(s): b028618

Upload model from zaowuzhi_ai

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_panels": 9,
3
+ "panel_dim": 31,
4
+ "embed_dim": 512,
5
+ "nhead": 8,
6
+ "num_layers": 4,
7
+ "dropout": 0.01,
8
+ "model_type": "ImprovedTransformer3DGenerator"
9
+ }