File size: 635 Bytes
55371f4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"architectures": [
"SamVisionModel"
],
"attention_dropout": 0.0,
"dtype": "float32",
"global_attn_indexes": [
5,
11,
17,
23
],
"hidden_act": "gelu",
"hidden_size": 1024,
"image_size": 512,
"initializer_range": 1e-10,
"layer_norm_eps": 1e-06,
"mlp_dim": 4096,
"mlp_ratio": 4.0,
"model_type": "sam_vision_model",
"num_attention_heads": 16,
"num_channels": 3,
"num_hidden_layers": 24,
"num_pos_feats": 128,
"output_channels": 256,
"patch_size": 16,
"qkv_bias": true,
"transformers_version": "5.0.0.dev0",
"use_abs_pos": true,
"use_rel_pos": true,
"window_size": 7
}
|