raygx commited on
Commit
3f465b8
1 Parent(s): adaaf06

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -3
tokenizer_config.json CHANGED
@@ -1,7 +1,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
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "model_max_length": 512,
4
+ "tokenizer_class": "PreTrainedTokenizerFast"
 
 
5
  }