RaushanTurganbay HF staff commited on
Commit
dcd242c
1 Parent(s): 4356641

Create processor_config.json

Browse files
Files changed (1) hide show
  1. processor_config.json +8 -0
processor_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_token": "<image>",
3
+ "video_token": "<video>",
4
+ "num_additional_image_tokens": 1,
5
+ "patch_size": 14,
6
+ "processor_class": "LlavaNextVideoProcessor",
7
+ "vision_feature_select_strategy": "default"
8
+ }