x1101-2 commited on
Commit
de447f3
·
verified ·
1 Parent(s): 32ad0bb

Upload tokenizer_2/tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_2/tokenizer_config.json +14 -0
tokenizer_2/tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|startoftext|>",
5
+ "clean_up_tokenization_spaces": true,
6
+ "do_lower_case": true,
7
+ "eos_token": "<|endoftext|>",
8
+ "errors": "replace",
9
+ "is_local": true,
10
+ "model_max_length": 77,
11
+ "pad_token": "!",
12
+ "tokenizer_class": "CLIPTokenizer",
13
+ "unk_token": "<|endoftext|>"
14
+ }