asimov-ai commited on
Commit
e6c1367
·
verified ·
1 Parent(s): c86b687

Upload processor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. processor_config.json +8 -0
processor_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_break_token": "[IMG_BREAK]",
3
+ "image_end_token": "[IMG_END]",
4
+ "image_token": "[IMG]",
5
+ "patch_size": 14,
6
+ "processor_class": "PixtralProcessor",
7
+ "spatial_merge_size": 2
8
+ }