Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Isente
/
distilledbert-finetuned-squad-assignment
like
0
Question Answering
Transformers
PyTorch
squad
bert
Generated from Trainer
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
refs/pr/1
distilledbert-finetuned-squad-assignment
/
special_tokens_map.json
Isente
Training in progress, epoch 1
45912b5
almost 3 years 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]"
}