razielAI commited on
Commit
ef9bc29
·
verified ·
1 Parent(s): 8570c18

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +23 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<|eos|>",
6
+ "extra_special_tokens": [
7
+ "<|instruction|>",
8
+ "<|assistant|>"
9
+ ],
10
+ "is_local": true,
11
+ "legacy": true,
12
+ "max_length": 512,
13
+ "model_max_length": 1000000000000000019884624838656,
14
+ "pad_token": "<|eos|>",
15
+ "sp_model_kwargs": {},
16
+ "spaces_between_special_tokens": false,
17
+ "stride": 0,
18
+ "tokenizer_class": "TokenizersBackend",
19
+ "truncation_side": "right",
20
+ "truncation_strategy": "longest_first",
21
+ "unk_token": "<unk>",
22
+ "use_default_system_prompt": false
23
+ }