File size: 760 Bytes
9a8c0cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "PaliGemmaForConditionalGeneration"
  ],
  "hidden_size": 2048,
  "ignore_index": -100,
  "image_token_index": 256000,
  "model_type": "paligemma",
  "projection_dim": 2048,
  "text_config": {
    "head_dim": 16,
    "hidden_size": 16,
    "intermediate_size": 32,
    "model_type": "gemma",
    "num_attention_heads": 4,
    "num_hidden_layers": 2,
    "num_image_tokens": 196,
    "num_key_value_heads": 4
  },
  "torch_dtype": "float32",
  "transformers_version": "4.42.0.dev0",
  "vision_config": {
    "hidden_size": 16,
    "intermediate_size": 32,
    "model_type": "siglip_vision_model",
    "num_attention_heads": 4,
    "num_hidden_layers": 2,
    "patch_size": 16,
    "projection_dim": 2048
  },
  "vocab_size": 257152
}