visoc commited on
Commit
965011c
·
1 Parent(s): efb8140

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -2
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
- "do_lower_case": true,
4
- "model_max_length": 1000000000000000019884624838656,
5
  "tokenizer_class": "PreTrainedTokenizerFast"
6
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 512,
 
4
  "tokenizer_class": "PreTrainedTokenizerFast"
5
  }