File size: 553 Bytes
c61bdc1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"_name_or_path": "",
"architectures": [
"VideoCCAM"
],
"llm_name_or_path": "microsoft/Phi-3-medium-4k-instruct",
"vision_encoder_name_or_path": "google/siglip-so400m-patch14-384",
"auto_map": {
"AutoConfig": "configuration_videoccam.VideoCCAMConfig",
"AutoModel": "modeling_videoccam.VideoCCAM"
},
"image_token": "<image>",
"video_token": "<video>",
"vision_select_layer": -2,
"vision_max_chunk_size": 0,
"_attn_implementation": "flash_attention_2",
"torch_dtype": "bfloat16",
"transformers_version": "4.44.0"
} |