Upload trained/config.json with huggingface_hub
Browse files- trained/config.json +14 -0
trained/config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"latent_ch": 4,
|
| 3 |
+
"dim": 128,
|
| 4 |
+
"cond_dim": 128,
|
| 5 |
+
"num_blocks": 4,
|
| 6 |
+
"num_heads": 4,
|
| 7 |
+
"head_dim": 32,
|
| 8 |
+
"T_inner": 2,
|
| 9 |
+
"T_outer": 1,
|
| 10 |
+
"ffn_mult": 2.0,
|
| 11 |
+
"dropout": 0.0,
|
| 12 |
+
"use_ift": false,
|
| 13 |
+
"num_classes": 10
|
| 14 |
+
}
|