law-glm-10b-v2 / special_tokens_map.json
law-llm's picture
Upload tokenizer
2ab9931 verified
raw
history blame contribute delete
No virus
254 Bytes
{
"additional_special_tokens": [
"<|startofpiece|>",
"<|endofpiece|>",
"[gMASK]",
"[sMASK]"
],
"cls_token": "[CLS]",
"eos_token": "<|endoftext|>",
"mask_token": "[MASK]",
"pad_token": "<|endoftext|>",
"unk_token": "[UNK]"
}