fine_tuned_sentiment_model_rt2 / special_tokens_map.json
rohittamidapati11's picture
Upload folder using huggingface_hub
327944c verified
raw
history blame contribute delete
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}