token_classifier_scratch / special_tokens_map.json
Chessmen's picture
Epoch 1: Update fine-tuned model and metrics
d066e41
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}