tiny-random-InstructBlipVideoModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for InstructBlipVideoModel
8a4ed83 verified
Raw
History Blame Contribute Delete
379 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"extra_ids": 100,
"is_local": true,
"local_files_only": false,
"model_max_length": 512,
"pad_token": "<pad>",
"processor_class": "InstructBlipProcessor",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"truncation_side": "left",
"unk_token": "<unk>"
}