Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
nateraw
/
bert-base-uncased-emotion
Copied
like
3
Text Classification
PyTorch
JAX
Transformers
emotion
English
bert
emotion
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use in Transformers
main
bert-base-uncased-emotion
/
special_tokens_map.json
system
HF staff
Update special_tokens_map.json
f4e9152
over 2 years ago
raw
history
blame
contribute
delete
No virus
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}