serialize_BERT / special_tokens_map.json
HJOK's picture
Upload tokenizer
2f651e7
raw
history blame contribute delete
175 Bytes
{
"additional_special_tokens": [
"[NXT]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}