Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
philschmid
/
distilbert-onnx-banking77
like
5
Text Classification
ONNX
generic
endpoints-template
optimum
Inference Endpoints
Model card
Files
Files and versions
Community
5
Deploy
85b38d7
distilbert-onnx-banking77
/
special_tokens_map.json
philschmid
HF staff
Upload special_tokens_map.json
09431d3
over 2 years ago
raw
Copy download link
history
blame
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}