Shoriful025 commited on
Commit
f30b5c0
·
verified ·
1 Parent(s): d8225c4

Create tokenizer_config.json

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