Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
valurank
/
finetuned-distilbert-adult-content-detection
like
2
Follow
Valurank
23
Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Inference Endpoints
License:
other
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
7b43e2c
finetuned-distilbert-adult-content-detection
/
special_tokens_map.json
abdulmatinomotoso
add tokenizer
7f9a36f
over 2 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}