prince-canuma commited on
Commit
b8df5f3
·
verified ·
1 Parent(s): 6a30415

Update processor_config.json

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