Kilinskiy commited on
Commit
aff9a37
·
verified ·
1 Parent(s): f285ff5

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +15 -0
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": null,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|begin▁of▁sentence|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "is_local": true,
8
+ "legacy": true,
9
+ "model_max_length": 131072,
10
+ "pad_token": "<|end▁of▁sentence|>",
11
+ "sp_model_kwargs": {},
12
+ "tokenizer_class": "PreTrainedTokenizerFast",
13
+ "unk_token": null,
14
+ "use_default_system_prompt": false
15
+ }