Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
zavora
/
bert-sentiment-imdb
like
0
Text Classification
Adapters
Safetensors
stanfordnlp/imdb
bert
License:
mit
Model card
Files
Files and versions
xet
Community
Use this model
main
bert-sentiment-imdb
/
special_tokens_map.json
jkmaina
Upload fine-tuned BERT model for sentiment analysis
a2fa855
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}