Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
philipobiorah
/
bert-imdb-model
like
4
Text Classification
Transformers
PyTorch
Safetensors
stanfordnlp/imdb
English
bert
code
sentiment-analysis
imdb
nlp
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
c3c34f2
bert-imdb-model
/
special_tokens_map.json
philipobiorah
Create special_tokens_map.json
d0fad18
verified
13 days 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]"
}