Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
NeuML
/
bert-small-cord19-squad2
like
1
Follow
NeuML
16
Question Answering
Transformers
PyTorch
JAX
Safetensors
bert
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
bb82dcc
bert-small-cord19-squad2
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
eec311a
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]"
}