Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
yoshitomo-matsubara
/
bert-base-uncased-qnli_from_bert-large-uncased-qnli
Copied
like
0
Text Classification
PyTorch
Transformers
qnli
English
bert
qnli
glue
kd
torchdistill
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use in Transformers
main
bert-base-uncased-qnli_from_bert-large-uncased-qnli
/
special_tokens_map.json
yoshitomo-matsubara
initial commit
b96d3f6
almost 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]"
}