fine_tune_chinese_sentiment / special_tokens_map.json
DavidLanz's picture
Upload folder using huggingface_hub
0257903
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}