VictorSanh commited on
Commit
3d51561
1 Parent(s): 6fb4970

update preprocessor config

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -4
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "auto_map": {
3
- "AutoProcessor": "HuggingFaceM4/img2html--processing_img2html.Img2HTMLProcessor",
4
- "AutoImageProcessor": "HuggingFaceM4/img2html--image_processing_img2html.Img2HTMLImageProcessor"
5
  },
6
  "image_num_channels": 3,
7
  "image_mean": [
@@ -9,12 +9,12 @@
9
  0.5,
10
  0.5
11
  ],
12
- "image_processor_type": "Img2HTMLImageProcessor",
13
  "image_size": 960,
14
  "image_std": [
15
  0.5,
16
  0.5,
17
  0.5
18
  ],
19
- "processor_class": "Img2HTMLProcessor"
20
  }
 
1
  {
2
  "auto_map": {
3
+ "AutoProcessor": "IdeficsProcessor",
4
+ "AutoImageProcessor": "IdeficsImageProcessor"
5
  },
6
  "image_num_channels": 3,
7
  "image_mean": [
 
9
  0.5,
10
  0.5
11
  ],
12
+ "image_processor_type": "IdeficsImageProcessor",
13
  "image_size": 960,
14
  "image_std": [
15
  0.5,
16
  0.5,
17
  0.5
18
  ],
19
+ "processor_class": "IdeficsProcessor"
20
  }