File size: 987 Bytes
94cf25e | 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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | {
"architectures": [
"Sam3VisionModel"
],
"backbone_config": {
"attention_dropout": 0.0,
"global_attn_indexes": [
0,
1
],
"hidden_act": "gelu",
"hidden_dropout": 0.0,
"hidden_size": 32,
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 64,
"layer_norm_eps": 1e-06,
"layer_scale_init_value": null,
"model_type": "sam3_vit_model",
"num_attention_heads": 4,
"num_channels": 3,
"num_hidden_layers": 2,
"patch_size": 14,
"pretrain_image_size": 336,
"rope_theta": 10000.0,
"window_size": 8
},
"backbone_feature_sizes": [
[
288,
288
],
[
144,
144
],
[
72,
72
]
],
"dtype": "float32",
"fpn_hidden_size": 32,
"hidden_act": "gelu",
"initializer_range": 0.02,
"layer_norm_eps": 1e-06,
"model_type": "sam3_vision_model",
"scale_factors": [
2.0,
1.0
],
"transformers_version": "5.16.0.dev0"
}
|