File size: 525 Bytes
79bd1dd |
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 |
{
"architectures": [
"SamHQModel"
],
"intializer_range": 0.02,
"mask_decoder_config": {
"model_type": "",
"vit_dim": 1280
},
"model_type": "sam-hq",
"prompt_encoder_config": {
"model_type": ""
},
"torch_dtype": "float32",
"transformers_version": "4.47.0.dev0",
"vision_config": {
"global_attn_indexes": [
7,
15,
23,
31
],
"hidden_size": 1280,
"mlp_dim": 5120,
"model_type": "",
"num_attention_heads": 16,
"num_hidden_layers": 32
}
}
|