aravind-selvam
commited on
Commit
•
049868f
1
Parent(s):
7bd9aea
Upload processor
Browse files- preprocessor_config.json +5 -5
- tokenizer.json +0 -0
preprocessor_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"do_align_long_axis":
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
5 |
"do_rescale": true,
|
@@ -19,8 +19,8 @@
|
|
19 |
"processor_class": "DonutProcessor",
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
-
"size":
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"do_align_long_axis": false,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
5 |
"do_rescale": true,
|
|
|
19 |
"processor_class": "DonutProcessor",
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
+
"size": {
|
23 |
+
"height": 800,
|
24 |
+
"width": 800
|
25 |
+
}
|
26 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|