LLaVA-Hound-SFT-Image_only / special_tokens_map.json
ruohongz's picture
Upload ./special_tokens_map.json with huggingface_hub
a421a93 verified
raw
history blame contribute delete
No virus
438 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}