Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
onnxport
/
distilbert-base-uncased-onnx
like
1
Feature Extraction
Transformers
ONNX
bookcorpus
wikipedia
English
distilbert
exbert
text-embeddings-inference
arxiv:
1910.01108
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
distilbert-base-uncased-onnx
/
special_tokens_map.json
onnxport
Upload special_tokens_map.json with huggingface_hub
d261b98
almost 2 years 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]"
}