tiny-random-Ovis2Model / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for Ovis2Model
ada5050 verified
Raw
History Blame Contribute Delete
587 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": [
"<IMG_ATOM>",
"<IMG_START>",
"<IMG_GRID>",
"<IMG_COL>",
"<IMG_ROW>",
"<IMG_END>"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 32768,
"pad_token": "<|endoftext|>",
"processor_class": "Ovis2Processor",
"return_token_type_ids": false,
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}