Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
apple
/
ane-distilbert-base-uncased-finetuned-sst-2-english
like
15
Follow
Apple
1,825
Text Classification
Transformers
PyTorch
Core ML
sst2
English
distilbert
custom_code
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
4
Train
Deploy
Use this model
486f41c
ane-distilbert-base-uncased-finetuned-sst-2-english
/
special_tokens_map.json
Matthijs
add tokenizer
fe23e57
over 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]"
}