ipsilondev commited on
Commit
c54294c
·
verified ·
1 Parent(s): 241b80e

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|startoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>",
6
+ "model_max_length": 77,
7
+ "tokenizer_class": "CLIPTokenizer",
8
+ "do_lowercase": true
9
+ }