nielsr HF staff commited on
Commit
086680d
1 Parent(s): afe6c76

Update model

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +9 -8
preprocessor_config.json CHANGED
@@ -1,20 +1,21 @@
1
  {
2
  "do_align_long_axis": false,
 
3
  "do_normalize": true,
4
  "do_pad": true,
5
- "do_rescale": true,
6
  "do_resize": true,
7
  "do_thumbnail": true,
8
  "image_mean": [
9
- 0.5,
10
- 0.5,
11
- 0.5
12
  ],
13
- "image_processor_type": "DonutImageProcessor",
14
  "image_std": [
15
- 0.5,
16
- 0.5,
17
- 0.5
18
  ],
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
 
1
  {
2
  "do_align_long_axis": false,
3
+ "do_crop_margin": true,
4
  "do_normalize": true,
5
  "do_pad": true,
6
+ "do_rescale": false,
7
  "do_resize": true,
8
  "do_thumbnail": true,
9
  "image_mean": [
10
+ 0.485,
11
+ 0.456,
12
+ 0.406
13
  ],
14
+ "image_processor_type": "NougatImageProcessor",
15
  "image_std": [
16
+ 0.229,
17
+ 0.224,
18
+ 0.225
19
  ],
20
  "processor_class": "DonutProcessor",
21
  "resample": 2,