reward-deberta-v3-large-aspect / special_tokens_map.json
theblackcat102's picture
Upload 8 files
03c9cb9
{
"additional_special_tokens": [
"<|assistant|>",
"<|prompter|>",
"<|system|>",
"<|prefix_end|>",
"<|prefix_begin|>"
],
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[CLS]",
"unk_token": "[UNK]"
}