Text Classification
PyTorch
English
roberta
hate-speech / special_tokens_map.json
medoxz543's picture
🧠 Updated model with latest weights + tokenizer
0e1fbca verified
raw
history blame contribute delete
176 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}