brainiac-origin commited on
Commit
b0f835d
·
1 Parent(s): b74ec8e

Upload tokenizer_config.json

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