Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
canwenxu
/
BERT-of-Theseus-MNLI
like
0
Feature Extraction
Transformers
PyTorch
JAX
multi_nli
bert
Inference Endpoints
arxiv:
2002.02925
arxiv:
2005.00628
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
43e9576
BERT-of-Theseus-MNLI
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
d1a673e
almost 5 years ago
raw
Copy download link
history
blame
Safe
151 Bytes
{
"do_lower_case"
:
true
,
"max_len"
:
512
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}