PuTorch commited on
Commit
dbdab4c
·
verified ·
1 Parent(s): 6b9ac99

upload CondRef-AR model

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gpt_name": "GPT-XL",
3
+ "image_size": 512,
4
+ "downsample_size": 16,
5
+ "vocab_size": 16384,
6
+ "num_classes": 1000,
7
+ "cls_token_num": 120,
8
+ "model_type": "t2i",
9
+ "adapter_size": "small",
10
+ "condition_type": "sketch",
11
+ "dtype": "bfloat16",
12
+ "model_name": "VQ-16",
13
+ "n_q": 8,
14
+ "codebook_size": 16384,
15
+ "codebook_embed_dim": 8,
16
+ "latent_channels": 8
17
+ }