Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mjwong
/
contriever-mnli
like
0
Zero-Shot Classification
Transformers
PyTorch
Safetensors
glue
English
bert
text-classification
Inference Endpoints
arxiv:
2112.09118
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
f70649d
contriever-mnli
/
special_tokens_map.json
mjwong
Upload model weights and tokenizer
8c2601b
over 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]"
}