Upload processor
Browse files- preprocessor_config.json +3 -3
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
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,
|
@@ -20,7 +20,7 @@
|
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
"size": {
|
23 |
-
"height":
|
24 |
-
"width":
|
25 |
}
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"do_align_long_axis": false,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
5 |
"do_rescale": true,
|
|
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
"size": {
|
23 |
+
"height": 1280,
|
24 |
+
"width": 960
|
25 |
}
|
26 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"single_word": false
|
12 |
},
|
13 |
"model_max_length": 1000000000000000019884624838656,
|
14 |
-
"name_or_path": "
|
15 |
"pad_token": "<pad>",
|
16 |
"processor_class": "DonutProcessor",
|
17 |
"sep_token": "</s>",
|
|
|
11 |
"single_word": false
|
12 |
},
|
13 |
"model_max_length": 1000000000000000019884624838656,
|
14 |
+
"name_or_path": "ivelin/sroie_donut_processor",
|
15 |
"pad_token": "<pad>",
|
16 |
"processor_class": "DonutProcessor",
|
17 |
"sep_token": "</s>",
|