Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
lisagrace
/
hate_speech_bert
like
2
Text Classification
Transformers
Safetensors
Vietnamese
roberta
hatespeech
nlp
text_classification
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
84fa1b8
hate_speech_bert
/
special_tokens_map.json
lisagrace
Necessary files to run the model
84fa1b8
about 1 year ago
raw
Copy download link
history
blame
Safe
167 Bytes
{
"bos_token"
:
"<s>"
,
"cls_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"mask_token"
:
"<mask>"
,
"pad_token"
:
"<pad>"
,
"sep_token"
:
"</s>"
,
"unk_token"
:
"<unk>"
}