distilbert_B001 / special_tokens_map.json
Theoreticallyhugo's picture
trainer: training complete at 2024-02-06 16:06:05.680434.
3bc75c0 verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}