xlm-r-langdetect-model / special_tokens_map.json
SongJuNN's picture
SongJuNN/bert-base-multilingual-cased-language-detection
9e5ba1a verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}