tiny-random-ColPaliForRetrieval / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for ColPaliForRetrieval
13e5114 verified
Raw
History Blame Contribute Delete
634 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"clean_up_tokenization_spaces": false,
"eos_token": "<eos>",
"extra_special_tokens": [
"<image>"
],
"is_local": true,
"local_files_only": false,
"mask_token": "<mask>",
"max_length": 50,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"processor_class": "PaliGemmaProcessor",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "GemmaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}