deberta-v3-large-cola / special_tokens_map.json
yevheniimaslov's picture
fine tuned model, 0.27 loss, 2 epochs, lr 8e-6
74381b3
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]"
}