test-model / special_tokens_map.json
Xuanda's picture
Upload 7 files
4c24853
{
"additional_special_tokens": [
"<image>",
"</c>",
"<PERSON>"
],
"bos_token": "<s>",
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": "<unk>"
}