File size: 431 Bytes
28d6428
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "architectures": [
    "TIPSv2ImageModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_tips.TIPSv2ImageConfig",
    "AutoModel": "modeling_tips.TIPSv2ImageModel"
  },
  "dtype": "float32",
  "ffn_layer": "mlp",
  "hidden_size": 768,
  "image_size": 448,
  "init_values": 1.0,
  "model_type": "tipsv2",
  "model_variant": "vit_base",
  "num_register_tokens": 1,
  "patch_size": 14,
  "transformers_version": "4.57.3"
}