Upload config
Browse files- config.json +23 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.0,
|
3 |
+
"decoder_hidden_size": 512,
|
4 |
+
"decoder_intermediate_size": 2048,
|
5 |
+
"decoder_num_attention_heads": 16,
|
6 |
+
"decoder_num_hidden_layers": 8,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 1024,
|
10 |
+
"image_size": 224,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4096,
|
13 |
+
"layer_norm_eps": 1e-06,
|
14 |
+
"mask_ratio": 0.75,
|
15 |
+
"model_type": "vit_mae",
|
16 |
+
"norm_pix_loss": false,
|
17 |
+
"num_attention_heads": 16,
|
18 |
+
"num_channels": 3,
|
19 |
+
"num_hidden_layers": 24,
|
20 |
+
"patch_size": 16,
|
21 |
+
"qkv_bias": true,
|
22 |
+
"transformers_version": "4.30.2"
|
23 |
+
}
|