Create processor_config.json

#3
by RaushanTurganbay HF staff - opened
Files changed (1) hide show
  1. processor_config.json +7 -0
processor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_token": "<video>",
3
+ "image_token": "<image>",
4
+ "patch_size": 14,
5
+ "processor_class": "VideoLlavaProcessor",
6
+ "vision_feature_select_strategy": "default"
7
+ }