ICOOC_model / special_tokens_map.json
gannub's picture
Training in progress, epoch 1
b8c7c7e verified
Raw
History Blame Contribute Delete
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}