review-classification-ru / special_tokens_map.json
GRPUI's picture
Upload folder using huggingface_hub
4c9d1a6
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}