galbitang commited on
Commit
d8c071a
1 Parent(s): b13d173

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "eos_token": "<|endoftext|>",
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "pad_token": "<|endoftext|>",
6
+ "tokenizer_class": "PreTrainedTokenizerFast"
7
+ }