Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
manueltonneau
/
clinicalcovid-bert-nli
like
0
Feature Extraction
Transformers
PyTorch
JAX
English
doi:10.57967/hf/0868
bert
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
ea5eba6
clinicalcovid-bert-nli
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
ea5eba6
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]"
}