LumenSyntax commited on
Commit
81eecf0
·
verified ·
1 Parent(s): 3b96dc8

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +19 -0
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<bos>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<eos>",
6
+ "extra_special_tokens": [],
7
+ "from_slow": true,
8
+ "is_local": false,
9
+ "legacy": false,
10
+ "mask_token": "<mask>",
11
+ "model_max_length": 8192,
12
+ "pad_token": "<pad>",
13
+ "padding_side": "left",
14
+ "sp_model_kwargs": {},
15
+ "spaces_between_special_tokens": false,
16
+ "tokenizer_class": "GemmaTokenizer",
17
+ "unk_token": "<unk>",
18
+ "use_default_system_prompt": false
19
+ }