File size: 815 Bytes
c46712e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "facebook/sam-vit-base",
  "architectures": [
    "SamVisionModel"
  ],
  "attention_dropout": 0.0,
  "auto_map": {
    "AutoModel": "modelling.SamVisionModel"
  },
  "dropout": 0.0,
  "global_attn_indexes": [
    2,
    5,
    8,
    11
  ],
  "hidden_act": "gelu",
  "hidden_size": 768,
  "image_size": 1024,
  "initializer_factor": 1.0,
  "initializer_range": 1e-10,
  "intermediate_size": 6144,
  "layer_norm_eps": 1e-06,
  "mlp_dim": 3072,
  "mlp_ratio": 4.0,
  "num_attention_heads": 12,
  "num_channels": 3,
  "num_hidden_layers": 12,
  "num_pos_feats": 128,
  "output_channels": 256,
  "patch_size": 16,
  "projection_dim": 512,
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.32.0.dev0",
  "use_abs_pos": true,
  "use_rel_pos": true,
  "window_size": 14
}