Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
linqus
/
distilbert-base-uncased-finetuned-squad-d5716d28
like
0
Question Answering
Transformers
PyTorch
squad
English
distilbert
fill-mask
Inference Endpoints
arxiv:
1910.01108
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
d209bc0
distilbert-base-uncased-finetuned-squad-d5716d28
/
special_tokens_map.json
linqus
commit files to HF hub
d209bc0
11 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}