ybelkada commited on
Commit
5152737
·
1 Parent(s): 2c51ecd

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -4,6 +4,10 @@
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
 
 
 
 
7
  "name_or_path": "ybelkada/blip-image-captioning-base",
8
  "never_split": null,
9
  "pad_token": "[PAD]",
 
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
+ "model_input_names": [
8
+ "input_ids",
9
+ "attention_mask"
10
+ ],
11
  "name_or_path": "ybelkada/blip-image-captioning-base",
12
  "never_split": null,
13
  "pad_token": "[PAD]",