DongfuJiang's picture
Training in progress, step 400
49ea942 verified
raw
history blame contribute delete
452 Bytes
{
"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
}