mixed_lang_context_hatespeech / special_tokens_map (1).json
Jayveersinh-Raj's picture
mixed language with context hate speech detection
1017e85
raw
history blame contribute delete
No virus
279 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}