deberta-v3-large_lemon_5k_1_p3 / special_tokens_map.json
stuartmesham's picture
Upload with huggingface_hub
da5f5db
raw
history blame contribute delete
No virus
224 Bytes
{
"additional_special_tokens": [
"$START"
],
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}