Update tokenizer_config.json (#1)
- Update tokenizer_config.json (41754d5b30830c6a8c2d1e5ac973c1c7308e8217) Co-authored-by: Younes Belkada <ybelkada@users.noreply.huggingface.co>
This commit is contained in:
parent
1e27d38bd5
commit
9f026f803d
|
@ -3,6 +3,10 @@
|
|||
"do_basic_tokenize": true,
|
||||
"do_lower_case": true,
|
||||
"mask_token": "[MASK]",
|
||||
"model_input_names": [
|
||||
"input_ids",
|
||||
"attention_mask"
|
||||
],
|
||||
"model_max_length": 512,
|
||||
"name_or_path": "ybelkada/blip-image-captioning-base",
|
||||
"never_split": null,
|
||||
|
|
Loading…
Reference in New Issue