Git-RSCLIP-base / special_tokens_map.json
lcybuaa's picture
Upload ./special_tokens_map.json with huggingface_hub
085068b verified
raw
history blame
409 Bytes
{
"eos_token": {
"content": "</s>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"pad_token": {
"content": "</s>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
}
}