rulins commited on
Commit
bb52c44
·
verified ·
1 Parent(s): c91872f

Upload step100/tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. step100/tokenizer_config.json +15 -0
step100/tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "is_local": true,
8
+ "local_files_only": true,
9
+ "model_max_length": 65536,
10
+ "pad_token": "<|pad|>",
11
+ "padding_side": "left",
12
+ "tokenizer_class": "TokenizersBackend",
13
+ "truncation_side": "left",
14
+ "unk_token": "<|endoftext|>"
15
+ }