Update processor_config.json
Browse files- processor_config.json +1 -1
processor_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"image_token": "<image>",
|
| 3 |
-
"num_additional_image_tokens":
|
| 4 |
"patch_size": 14,
|
| 5 |
"processor_class": "LlavaProcessor",
|
| 6 |
"vision_feature_select_strategy": null
|
|
|
|
| 1 |
{
|
| 2 |
"image_token": "<image>",
|
| 3 |
+
"num_additional_image_tokens": 0,
|
| 4 |
"patch_size": 14,
|
| 5 |
"processor_class": "LlavaProcessor",
|
| 6 |
"vision_feature_select_strategy": null
|