m / special_tokens_map.json
jieyuz2's picture
Upload folder using huggingface_hub
3c1ef1c verified
raw
history blame contribute delete
392 Bytes
{
"additional_special_tokens": [
"<image>",
"<|pad|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": "<unk>"
}