Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
usamakenway
/
Bert-question-answering-optimized
like
0
Question Answering
Transformers
PyTorch
bert
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
226d805
Bert-question-answering-optimized
/
special_tokens_map.json
usamakenway
Upload . with huggingface_hub
dbee81b
over 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}