Ling-lite-base / special_tokens_map.json
rbao2018's picture
fix four files
8ba2030
raw
history blame
356 Bytes
{
"additional_special_tokens": [
"<|arithmetic_start|>",
"<|arithmetic_end|>",
"<role>",
"</role>",
"<|number_end|>",
"<|number_start|>"
],
"bos_token": "<|startoftext|>",
"cls_token": "[CLS]",
"eos_token": "<|endoftext|>",
"gmask_token": "[gMASK]",
"pad_token": "<|endoftext|>"
}