Other
Transformers
Safetensors
blip
text2text-generation
image-captioning
dxkrnn commited on
Commit
35811ab
1 Parent(s): 2df3fcb

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +18 -0
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "Salesforce/blip-image-captioning-base",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "processor_class": "BlipProcessor",
11
+ "sep_token": "[SEP]",
12
+ "special_tokens_map_file": null,
13
+ "strip_accents": null,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "trust_remote_code": false,
17
+ "unk_token": "[UNK]"
18
+ }