Files
Ring-lite-distill-preview/special_tokens_map.json

15 lines
356 B
JSON
Raw Permalink Normal View History

{
"additional_special_tokens": [
"<|number_end|>",
"<|arithmetic_start|>",
"</role>",
"<|arithmetic_end|>",
"<role>",
"<|number_start|>"
],
"bos_token": "<|startoftext|>",
"cls_token": "[CLS]",
"eos_token": "<|endoftext|>",
"gmask_token": "[gMASK]",
"pad_token": "<|endoftext|>"
}