almaghrabima commited on
Commit
08e8fc2
·
verified ·
1 Parent(s): 508d9c0

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +28 -0
tokenizer_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast",
3
+ "auto_map": {},
4
+ "bos_token": "<|bos|>",
5
+ "eos_token": "<|end_of_text|>",
6
+ "unk_token": "<|unk|>",
7
+ "sep_token": null,
8
+ "pad_token": "<|pad|>",
9
+ "cls_token": null,
10
+ "mask_token": "<|mask|>",
11
+ "additional_special_tokens": [
12
+ "<|assistant_end|>",
13
+ "<|assistant_start|>",
14
+ "<|bos|>",
15
+ "<|end_of_text|>",
16
+ "<|mask|>",
17
+ "<|output_end|>",
18
+ "<|output_start|>",
19
+ "<|pad|>",
20
+ "<|python_end|>",
21
+ "<|python_start|>",
22
+ "<|unk|>",
23
+ "<|user_end|>",
24
+ "<|user_start|>"
25
+ ],
26
+ "model_max_length": 1000000000000000019884624838656,
27
+ "is_fast": true
28
+ }