Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"nepa_model_id": "SixAILab/nepa-base-patch14-224",
|
| 3 |
+
"image_size": 224,
|
| 4 |
+
"patch_size": 8,
|
| 5 |
+
"model_dim": 512,
|
| 6 |
+
"depth": 8,
|
| 7 |
+
"heads": 8,
|
| 8 |
+
"mlp_ratio": 4.0,
|
| 9 |
+
"num_classes": 1000,
|
| 10 |
+
"nepa_cond_dim": 768,
|
| 11 |
+
"vae_cond_dim": 48
|
| 12 |
+
}
|