Text Classification
Transformers
Safetensors
English
tiny_transformer
Inference Endpoints
Tiny-Toxic-Detector / special_tokens_map.json
Michielo's picture
Upload tokenizer
a476d69 verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}