az-wordpiece-tokenizer / special_tokens_map.json
raufibishov's picture
Upload folder using huggingface_hub
80f333e verified
Raw
History Blame Contribute Delete
237 Bytes
{
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": {
"content": "[MASK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true
}
}