Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
deepset
/
covid_bert_base
like
6
Follow
deepset
124
Fill-Mask
Transformers
PyTorch
JAX
Safetensors
bert
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
6269f53
covid_bert_base
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
b652f2c
over 4 years ago
raw
Copy download link
history
blame
Safe
171 Bytes
{
"do_lower_case"
:
false
,
"max_len"
:
512
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"init_inputs"
:
[
]
}