Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Graphcore
/
bert-base-uncased-squad
like
1
Follow
Graphcore
81
Question Answering
Transformers
PyTorch
Graphcore
squad
bert
Generated from Trainer
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
df2d5cd
bert-base-uncased-squad
/
special_tokens_map.json
James Briggs
Added all files from training
df2d5cd
over 2 years 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]"
}