Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
saburbutt
/
testing
like
0
Question Answering
Transformers
PyTorch
albert
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
0aa3b52
testing
/
special_tokens_map.json
julien-c
HF Staff
Textual files shouldn't be stored in LFS
b6860ee
over 5 years ago
raw
Copy download link
history
blame
Safe
156 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"<unk>"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"<pad>"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}