Bert-MLM_arXiv-MP-class_zbMath / special_tokens_map.json
math-similarity's picture
First model version
d2a9d46
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}