thkim0305 commited on
Commit
c352e0f
·
verified ·
1 Parent(s): 7ff7d39

Update processor_config.json

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