compass-vlm-phase1 / tokenizer_config.json
Yana's picture
Upload merged VLM (LLM + Vision Tower + Projector)
20e8df5 verified
raw
history blame contribute delete
765 Bytes
{
"backend": "tokenizers",
"bos_token": "<|bos|>",
"clean_up_tokenization_spaces": false,
"cls_token": "<|cls|>",
"eod_token": "<|eod|>",
"eos_token": "<|eos|>",
"extra_ids": 0,
"extra_special_tokens": [
"<image>",
"</image>"
],
"is_local": true,
"mask_token": "<|mask|>",
"max_length": null,
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {
"eod_token": "<|eod|>"
},
"pad_to_multiple_of": null,
"pad_token": "<|pad|>",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "<|sep|>",
"sp_model_kwargs": {},
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|unk|>"
}