kb_v4.1 / special_tokens_map.json
yoonyoon's picture
init
27fc149
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|sep|>",
"<|endoftext|>",
"<|acc|>",
"<|rrn|>",
"<|tel|>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}