Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
prajjwal1
/
bert-medium-mnli
Copied
like
0
Text Classification
PyTorch
JAX
Transformers
bert
arxiv:
1908.08962
arxiv:
2110.01518
Model card
Files
Files and versions
Community
Train
Deploy
Use in Transformers
main
bert-medium-mnli
/
special_tokens_map.json
system
HF staff
Update special_tokens_map.json
b5c388c
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]"
}