KrishnaSriIpsitMantri commited on
Commit
7506ecd
1 Parent(s): 01091f6

Upload processor

Browse files
preprocessor_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "do_normalize": true,
3
  "do_pad": true,
4
  "do_rescale": true,
@@ -22,4 +23,4 @@
22
  "width": 384
23
  },
24
  "size_divisor": 32
25
- }
 
1
  {
2
+ "do_convert_rgb": true,
3
  "do_normalize": true,
4
  "do_pad": true,
5
  "do_rescale": true,
 
23
  "width": 384
24
  },
25
  "size_divisor": 32
26
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_input_names": [
8
+ "input_ids",
9
+ "attention_mask"
10
+ ],
11
+ "model_max_length": 512,
12
+ "never_split": null,
13
+ "pad_token": "[PAD]",
14
+ "processor_class": "BlipProcessor",
15
+ "sep_token": "[SEP]",
16
+ "strip_accents": null,
17
+ "tokenize_chinese_chars": true,
18
+ "tokenizer_class": "BertTokenizer",
19
+ "unk_token": "[UNK]"
20
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff