textharmony / special_tokens_map.json
tangjingqun
update
f2a5b17
raw
history blame contribute delete
560 Bytes
{
"additional_special_tokens": [
"<s>",
"</s>",
"<unk>",
"<unk>",
"<|beginofimage|>",
"<|image|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "给",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}