khalednabawi11 commited on
Commit
acd9a1d
·
verified ·
1 Parent(s): 921bca3

Upload processor

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json CHANGED
@@ -47,17 +47,24 @@
47
  "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
 
50
  "model_input_names": [
51
  "input_ids",
52
  "attention_mask"
53
  ],
54
  "model_max_length": 512,
55
  "never_split": null,
 
56
  "pad_token": "[PAD]",
 
 
57
  "processor_class": "BlipProcessor",
58
  "sep_token": "[SEP]",
 
59
  "strip_accents": null,
60
  "tokenize_chinese_chars": true,
61
  "tokenizer_class": "BertTokenizer",
 
 
62
  "unk_token": "[UNK]"
63
  }
 
47
  "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
+ "max_length": 512,
51
  "model_input_names": [
52
  "input_ids",
53
  "attention_mask"
54
  ],
55
  "model_max_length": 512,
56
  "never_split": null,
57
+ "pad_to_multiple_of": null,
58
  "pad_token": "[PAD]",
59
+ "pad_token_type_id": 0,
60
+ "padding_side": "right",
61
  "processor_class": "BlipProcessor",
62
  "sep_token": "[SEP]",
63
+ "stride": 0,
64
  "strip_accents": null,
65
  "tokenize_chinese_chars": true,
66
  "tokenizer_class": "BertTokenizer",
67
+ "truncation_side": "right",
68
+ "truncation_strategy": "longest_first",
69
  "unk_token": "[UNK]"
70
  }