Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
lizchu414
/
training-distilbert-base-uncased-finetuned-squad
like
0
Question Answering
Transformers
Safetensors
distilbert
Generated from Trainer
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
training-distilbert-base-uncased-finetuned-squad
/
special_tokens_map.json
lizchu414
distilbert-base-uncased-squad-trained
5a94c5f
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}