chinese-chat-30m / special_tokens_map.json
BravePaul's picture
first cmt
fa438d0
raw
history blame
No virus
170 Bytes
{
"bos_token": "<s>",
"cls_token": "<cls>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "<sep>",
"unk_token": "<unk>"
}