CserDu123 commited on
Commit
b034546
·
verified ·
1 Parent(s): 3dbdb1e

Upload rebuttal-004-llava-next-video-7b-dapo-v2-ckpt_229/processor_config.json with huggingface_hub

Browse files
rebuttal-004-llava-next-video-7b-dapo-v2-ckpt_229/processor_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_token": "<image>",
3
+ "num_additional_image_tokens": 1,
4
+ "patch_size": 14,
5
+ "processor_class": "LlavaNextVideoProcessor",
6
+ "video_token": "<video>",
7
+ "vision_feature_select_strategy": "default"
8
+ }