Text Classification
Transformers
Safetensors
Tagalog
roberta
Inference Endpoints
tl-hatespeech-detection / special_tokens_map.json
ggpt1006's picture
Upload folder using huggingface_hub
406ce9d verified
raw
history blame
280 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}