Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
yoshitomo-matsubara
/
bert-large-uncased-sst2
like
1
Text Classification
Transformers
PyTorch
sst2
English
bert
sst2
glue
torchdistill
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use in Transformers
main
bert-large-uncased-sst2
/
special_tokens_map.json
yoshitomo-matsubara
added files
4b6e99c
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]"
}