rootlocalghost commited on
Commit
1d5a560
·
verified ·
1 Parent(s): 31cb6e9

clone 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_seq_length": 256,
3
+ "processor_class": "QianfanOCRProcessor",
4
+ "start_image_token": "<img>",
5
+ "end_image_token": "</img>",
6
+ "context_image_token": "<IMG_CONTEXT>"
7
+ }