ybelkada HF staff commited on
Commit
aa8b083
1 Parent(s): 293ab01

Update tokenizer_config.json (#9)

Browse files

- Update tokenizer_config.json (5ee53a216f4285849b4496352902b82d2fc44029)
- Update tokenizer_config.json (e0715a52d27383321ce0f89af1d95c06e03f842c)

Files changed (1) hide show
  1. tokenizer_config.json +6 -2
tokenizer_config.json CHANGED
@@ -4,7 +4,7 @@
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]",
10
  "processor_class": "BlipProcessor",
@@ -13,5 +13,9 @@
13
  "strip_accents": null,
14
  "tokenize_chinese_chars": true,
15
  "tokenizer_class": "BertTokenizer",
16
- "unk_token": "[UNK]"
 
 
 
 
17
  }
 
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
+ "name_or_path": "Salesforce/blip-image-captioning-large",
8
  "never_split": null,
9
  "pad_token": "[PAD]",
10
  "processor_class": "BlipProcessor",
 
13
  "strip_accents": null,
14
  "tokenize_chinese_chars": true,
15
  "tokenizer_class": "BertTokenizer",
16
+ "unk_token": "[UNK]",
17
+ "model_input_names": [
18
+ "input_ids",
19
+ "attention_mask"
20
+ ]
21
  }