webssl300m_decoder / config.json
AustinWang0330's picture
Fix config.json: Change hidden_size from 1152 to 1024 to match WebSSL DINO encoder output dimension
906f602 verified
raw
history blame contribute delete
718 Bytes
{
"_name_or_path": "facebook/vit-mae-base",
"architectures": [
"ViTMAEForPreTraining"
],
"attention_probs_dropout_prob": 0.0,
"decoder_hidden_size": 1152,
"decoder_intermediate_size": 4096,
"decoder_num_attention_heads": 16,
"decoder_num_hidden_layers": 28,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 1024,
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"mask_ratio": 0.75,
"model_type": "vit_mae",
"norm_pix_loss": false,
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 14,
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.42.3"
}