zhengwenzhen commited on
Commit
9f26ffd
·
verified ·
1 Parent(s): 62a8b49

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +14 -0
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "</s>",
6
+ "legacy": false,
7
+ "model_max_length": 65536,
8
+ "pad_token": "<unk>",
9
+ "padding_side": "left",
10
+ "sp_model_kwargs": {},
11
+ "tokenizer_class": "LlamaTokenizer",
12
+ "unk_token": "<unk>",
13
+ "use_default_system_prompt": false
14
+ }