Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
JungleLee
/
bert-toxic-comment-classification
like
17
Text Classification
Transformers
PyTorch
English
doi:10.57967/hf/3170
bert
Inference Endpoints
License:
afl-3.0
Model card
Files
Files and versions
Community
4
Train
Deploy
Use this model
b7cd0f6
bert-toxic-comment-classification
/
tokenizer_config.json
JungleLee
Update tokenizer_config.json
35be63f
over 1 year ago
raw
Copy download link
history
blame
Safe
160 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"model_max_length"
:
256
,
"do_lower_case"
:
true
}