clm-model / special_tokens_map.json
Vrushali's picture
End of training
554a235
raw
history blame
126 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[MASK]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}