Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
zengchen
/
bert-sentiment-classifier
like
0
Text Classification
Transformers
Safetensors
PyTorch
imdb
bert
License:
mit
Model card
Files
Files and versions
xet
Community
1
Train
Deploy
Use this model
e7be497
bert-sentiment-classifier
/
special_tokens_map.json
zengchen
新增tokenizer
8c8cbf1
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]"
}