File size: 452 Bytes
780f8c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "IMAGENET_MEAN": [
    0.485,
    0.456,
    0.406
  ],
  "IMAGENET_STD": [
    0.229,
    0.224,
    0.225
  ],
  "IMG_CONTEXT_TOKEN": "<IMG_CONTEXT>",
  "IMG_END_TOKEN": "</img>",
  "IMG_START_TOKEN": "<img>",
  "enable_cross_attention": true,
  "input_size": 448,
  "max_frame_num_patches": 1,
  "max_num_patches": 12,
  "num_image_token": 256,
  "processor_class": "InternVLChatProcessor",
  "use_thumbnail": true,
  "video_num_segments": 32
}