File size: 371 Bytes
8ff4a33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "architectures": [
    "VQVAE"
  ],
  "auto_map": {
    "AutoConfig": "configuration_vqvae.VQVAEConfig",
    "AutoModel": "modeling_vqvae.VQVAE"
  },
  "downsample": [
    2,
    4,
    4
  ],
  "embedding_dim": 256,
  "model_type": "VQVAE",
  "n_codes": 2048,
  "n_hiddens": 240,
  "n_res_layers": 4,
  "torch_dtype": "float32",
  "transformers_version": "4.37.2"
}