Upload config.json with huggingface_hub
Browse files- config.json +18 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"latent_channels": 16,
|
| 3 |
+
"cond_dim": 128,
|
| 4 |
+
"num_blocks": 2,
|
| 5 |
+
"num_heads": 2,
|
| 6 |
+
"head_dim": 32,
|
| 7 |
+
"T_inner": 2,
|
| 8 |
+
"T_outer": 1,
|
| 9 |
+
"ffn_mult": 2.0,
|
| 10 |
+
"dropout": 0.0,
|
| 11 |
+
"use_ift": false,
|
| 12 |
+
"encoder_base_ch": 32,
|
| 13 |
+
"decoder_base_ch": 64,
|
| 14 |
+
"vocab_size": 32000,
|
| 15 |
+
"max_text_length": 77,
|
| 16 |
+
"text_layers": 2,
|
| 17 |
+
"text_heads": 2
|
| 18 |
+
}
|