robustsam-vit-large / config.json
jadechoghari's picture
add robustsam large
d54b817 verified
raw
history blame
No virus
495 Bytes
{
"architectures": [
"SamModel"
],
"initializer_range": 0.02,
"mask_decoder_config": {
"model_type": ""
},
"model_type": "sam",
"prompt_encoder_config": {
"model_type": ""
},
"torch_dtype": "float32",
"transformers_version": "4.42.4",
"vision_config": {
"global_attn_indexes": [
5,
11,
17,
23
],
"hidden_size": 1024,
"mlp_dim": 4096,
"model_type": "",
"num_attention_heads": 16,
"num_hidden_layers": 24
}
}