distilbert_seqclass_pretrain / special_tokens_map.json
johannes-garstenauer's picture
Training in progress, step 1424
fea16fb
raw
history blame
99 Bytes
{
"cls_token": "[CLS]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}