reward-model-deberta-v3-unit-test / special_tokens_map.json
MaxJeblick's picture
Upload tokenizer
55bf629
raw
history blame
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}