Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
andi611
/
distilbert-base-uncased-squad2-with-ner
like
0
Question Answering
Transformers
PyTorch
conll2003
distilbert
Generated from Trainer
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
d5c2739
distilbert-base-uncased-squad2-with-ner
/
special_tokens_map.json
EC2 Default User
add model
d5c2739
over 3 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]"
}