deberta-v3-sta-rel / special_tokens_map.json
crscardellino's picture
Uploaded deberta-v3/rel-class model trained on disputool
79bcd5b verified
raw
history blame contribute delete
286 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}