SMARTIES-v1-ViT-L / config.json
gsumbul's picture
Hugging Face transformers model files
427561b verified
raw
history blame contribute delete
621 Bytes
{
"model_type": "SMARTIES-v1-ViT-B",
"auto_map": {
"AutoModel": "smarties_model.SMARTIESHF",
"AutoConfig": "smarties_config.SMARTIESConfig"
},
"transformers_weights": "smarties-v1-vitl.safetensors",
"spectrum_specs": null,
"img_size": 224,
"patch_size": 16,
"embed_dim": 1024,
"depth": 24,
"num_heads": 16,
"mlp_ratio": 4.0,
"qkv_bias": true,
"norm_eps": 1e-6,
"global_pool": false,
"norm_layer_eps": 1e-6,
"pos_drop_rate": 0.0,
"mixed_precision": "no",
"decoder_embed_dim": 512,
"decoder_depth": 8,
"decoder_num_heads": 16
}