roberta-base-japanese-juman-ud-goeswith / special_tokens_map.json
KoichiYasuoka's picture
initial release
0359194
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": {
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}