File size: 379 Bytes
30f34f7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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>"
}
|