Yi-VL-6B / special_tokens_map.json
BabyChou's picture
Upload folder using huggingface_hub
5e13dcf verified
raw
history blame contribute delete
294 Bytes
{
"additional_special_tokens": [
"<unk>",
"<|startoftext|>",
"<|endoftext|>",
"<|im_start|>",
"<|im_end|>",
"<|im_sep|>",
"<image_placeholder>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}