Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
gsarti
/
scibert-nli
like
3
Feature Extraction
Transformers
PyTorch
JAX
doi:10.57967/hf/0038
bert
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
7009e8a
scibert-nli
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
ec1ed40
over 4 years ago
raw
Copy download link
history
blame
Safe
135 Bytes
{
"do_lower_case"
:
true
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}