Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
maroo93
/
squad1.1
like
0
Question Answering
Transformers
PyTorch
JAX
bert
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
squad1.1
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
bf512e4
over 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
152 Bytes
{
"do_lower_case"
:
false
,
"max_len"
:
512
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}