Update processor_config.json
Browse files- processor_config.json +2 -1
processor_config.json
CHANGED
@@ -3,5 +3,6 @@
|
|
3 |
"image_end_token": "[IMG_END]",
|
4 |
"image_token": "[IMG]",
|
5 |
"patch_size": 14,
|
6 |
-
"processor_class": "PixtralProcessor"
|
|
|
7 |
}
|
|
|
3 |
"image_end_token": "[IMG_END]",
|
4 |
"image_token": "[IMG]",
|
5 |
"patch_size": 14,
|
6 |
+
"processor_class": "PixtralProcessor",
|
7 |
+
"spatial_merge_size": 2
|
8 |
}
|