Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Gaffar-21
/
Spam-classification-using-BERT-and-Random-Forest
like
0
Text Classification
Joblib
Gaffar-21/Spam
English
Model card
Files
Files and versions
xet
Community
main
Spam-classification-using-BERT-and-Random-Forest
/
tokenizer
/
special_tokens_map.json
Gaffar-21
Upload tokenizer/special_tokens_map.json with huggingface_hub
7da4d6c
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}