RaushanTurganbay HF staff commited on
Commit
095cde4
1 Parent(s): d069344

Update processor_config.json

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