satdino-vit_small-16 / config.json
strakajk's picture
Upload 8 files
75a7e7a verified
raw
history blame contribute delete
620 Bytes
{
"architectures": [
"SatDINOModel"
],
"attn_drop_rate": 0.0,
"auto_map": {
"AutoConfig": "configuration_satdino.SatDINOConfig",
"AutoModel": "modeling_satdino.SatDINOModel"
},
"depth": 12,
"drop_path_rate": 0.0,
"drop_rate": 0.0,
"embed_dim": 384,
"img_size": [
224
],
"in_chans": 3,
"mlp_ratio": 4,
"model_type": "satdino",
"norm_layer": 1e-06,
"num_classes": 0,
"num_heads": 6,
"patch_size": 16,
"pos_encoding_method": "learnable",
"qk_scale": null,
"qkv_bias": true,
"transformers_version": "4.51.2",
"use_xformers": false
}