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:
Niels Rogge 2022-12-15 20:04:42 +00:00 committed by system
parent 1e27d38bd5
commit 9f026f803d
1 changed files with 4 additions and 0 deletions

View File

@ -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,