deberta_inverse_recall_reward / special_tokens_map.json
MrAnderson's picture
add tokenizer
0920a82
raw
history blame contribute delete
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}