tiny-random-DebertaV2Model / special_tokens_map.json
IlyasMoutawwakil's picture
Mirror from hf-internal-testing/tiny-random-DebertaV2Model
356a8df verified
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]"
}