kelvinksau commited on
Commit
1e94114
1 Parent(s): e5a370d

End of training

Browse files
preprocessor_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
- "size": [
23
- 720,
24
- 960
25
- ]
26
  }
 
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "height": 960,
24
+ "width": 720
25
+ }
26
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -11,11 +11,18 @@
11
  "rstrip": false,
12
  "single_word": false
13
  },
 
14
  "model_max_length": 1000000000000000019884624838656,
 
15
  "pad_token": "<pad>",
 
 
16
  "processor_class": "DonutProcessor",
17
  "sep_token": "</s>",
18
  "sp_model_kwargs": {},
 
19
  "tokenizer_class": "XLMRobertaTokenizer",
 
 
20
  "unk_token": "<unk>"
21
  }
 
11
  "rstrip": false,
12
  "single_word": false
13
  },
14
+ "max_length": 512,
15
  "model_max_length": 1000000000000000019884624838656,
16
+ "pad_to_multiple_of": null,
17
  "pad_token": "<pad>",
18
+ "pad_token_type_id": 0,
19
+ "padding_side": "right",
20
  "processor_class": "DonutProcessor",
21
  "sep_token": "</s>",
22
  "sp_model_kwargs": {},
23
+ "stride": 0,
24
  "tokenizer_class": "XLMRobertaTokenizer",
25
+ "truncation_side": "right",
26
+ "truncation_strategy": "longest_first",
27
  "unk_token": "<unk>"
28
  }