Video-CCAM-9B-v1.1 / config.json
jaronfei
first commit
b546355
raw
history blame contribute delete
539 Bytes
{
"_name_or_path": "",
"architectures": [
"VideoCCAM"
],
"llm_name_or_path": "01-ai/Yi-1.5-9B-Chat",
"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"
}