Text Classification
Safetensors
English
bert
sarcasm
gen-ai
llms
bert-sarcasm / special_tokens_map.json
sohi-g's picture
Upload 5 files
f661c51 verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}