raygx commited on
Commit
158e184
1 Parent(s): 0f65a83

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -2
tokenizer_config.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
- "model_max_length": 1000000000000000019884624838656,
4
- "tokenizer_class": "PreTrainedTokenizerFast"
 
 
5
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 512,
4
+ "padding": "max_length",
5
+ "tokenizer_class": "PreTrainedTokenizerFast",
6
+ "truncation": true
7
  }