saujasv commited on
Commit
331bbeb
·
verified ·
1 Parent(s): 96c73fd

Create processor_config.json

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