patram-7b-instruct / special_tokens_map.json
Prince-1's picture
Upload folder using huggingface_hub
b50ecc6 verified
raw
history blame contribute delete
703 Bytes
{
"additional_special_tokens": [
"<im_start>",
"<im_end>",
"<im_patch>",
"<im_col>",
"<|image|>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}