richarddzh commited on
Commit
39a33dc
·
verified ·
1 Parent(s): c85b42f

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +15 -15
tokenizer_config.json CHANGED
@@ -1,15 +1,15 @@
1
- {
2
- "backend": "tokenizers",
3
- "bos_token": "<|im_start|>",
4
- "eos_token": "<|endoftext|>",
5
- "extra_special_tokens": [
6
- "<|im_start|>",
7
- "<|im_end|>"
8
- ],
9
- "is_local": true,
10
- "local_files_only": false,
11
- "model_max_length": 1024,
12
- "pad_token": "<|endoftext|>",
13
- "tokenizer_class": "TokenizersBackend",
14
- "unk_token": "<unk>"
15
- }
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|im_start|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "extra_special_tokens": [
6
+ "<|im_start|>",
7
+ "<|im_end|>"
8
+ ],
9
+ "is_local": true,
10
+ "local_files_only": false,
11
+ "model_max_length": 1024,
12
+ "pad_token": "<|endoftext|>",
13
+ "tokenizer_class": "TokenizersBackend",
14
+ "unk_token": "<unk>"
15
+ }