pandurangpatil commited on
Commit
4c21ff7
·
verified ·
1 Parent(s): 0ae8d6e

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -0
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast",
3
+ "model_max_length": 512,
4
+ "clean_up_tokenization_spaces": true
5
+ }