File size: 620 Bytes
4214d91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{   
    "model_type": "SMARTIES-v1-ViT-B", 
    "auto_map": {
      "AutoModel": "smarties_model.SMARTIESHF",
      "AutoConfig": "smarties_config.SMARTIESConfig"
    },
    "transformers_weights": "smarties-v1-vitb.safetensors",
    "spectrum_specs": null,
    "img_size": 224,
    "patch_size": 16,
    "embed_dim": 768,
    "depth": 12,
    "num_heads": 12,
    "mlp_ratio": 4.0,
    "qkv_bias": true,
    "norm_eps": 1e-6,
    "global_pool": false,
    "pos_drop_rate": 0.0,
    "norm_layer_eps": 1e-6,
    "mixed_precision": "no",
    "decoder_embed_dim": 512,
    "decoder_depth": 8,
    "decoder_num_heads": 16
}