Upload config.json with huggingface_hub
Browse files- config.json +28 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/vit-mae-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ViTMAEForPreTraining"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"decoder_hidden_size": 1152,
|
| 8 |
+
"decoder_intermediate_size": 4096,
|
| 9 |
+
"decoder_num_attention_heads": 16,
|
| 10 |
+
"decoder_num_hidden_layers": 28,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.0,
|
| 13 |
+
"hidden_size": 1152,
|
| 14 |
+
"image_size": 224,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"layer_norm_eps": 1e-12,
|
| 18 |
+
"mask_ratio": 0.75,
|
| 19 |
+
"model_type": "vit_mae",
|
| 20 |
+
"norm_pix_loss": false,
|
| 21 |
+
"num_attention_heads": 12,
|
| 22 |
+
"num_channels": 3,
|
| 23 |
+
"num_hidden_layers": 12,
|
| 24 |
+
"patch_size": 14,
|
| 25 |
+
"qkv_bias": true,
|
| 26 |
+
"torch_dtype": "float32",
|
| 27 |
+
"transformers_version": "4.42.3"
|
| 28 |
+
}
|