Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
prajjwal1
/
bert-tiny
like
103
Transformers
PyTorch
English
BERT
MNLI
NLI
transformer
pre-training
Inference Endpoints
arxiv:
1908.08962
arxiv:
2110.01518
License:
mit
Model card
Files
Files and versions
Community
12
Train
Deploy
Use this model
769a461
bert-tiny
/
onnx
/
special_tokens_map.json
artlen
Adding ONNX file of this model
769a461
about 1 year 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]"
}