SykoSLM commited on
Commit
f1368ba
·
verified ·
1 Parent(s): cbb2a8c

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +15 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "extra_special_tokens": [
6
+ "<|user|>",
7
+ "<|assistant|>",
8
+ "<|end|>"
9
+ ],
10
+ "is_local": true,
11
+ "model_max_length": 1000000000000000019884624838656,
12
+ "pad_token": "<|pad|>",
13
+ "tokenizer_class": "TokenizersBackend",
14
+ "unk_token": "<|endoftext|>"
15
+ }