Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
nlpotato
/
spam-filtering-bert-base-10e
like
0
Follow
Next Level Potato
5
Text Classification
Transformers
PyTorch
bert
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
a18f39b
spam-filtering-bert-base-10e
/
special_tokens_map.json
jeongah
Upload tokenizer
a18f39b
almost 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]"
}