iamanaiart commited on
Commit
caa4917
1 Parent(s): e0382ef

Upload tokenizer/tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer/tokenizer_config.json +35 -0
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "additional_special_tokens": [
22
+ "<|startoftext|>",
23
+ "<|endoftext|>"
24
+ ],
25
+ "bos_token": "<|startoftext|>",
26
+ "clean_up_tokenization_spaces": true,
27
+ "do_lower_case": true,
28
+ "eos_token": "<|endoftext|>",
29
+ "errors": "replace",
30
+ "model_max_length": 77,
31
+ "pad_token": "<|endoftext|>",
32
+ "tokenizer_class": "CLIPTokenizer",
33
+ "tokenizer_file": null,
34
+ "unk_token": "<|endoftext|>"
35
+ }