Feature Extraction
Transformers
PyTorch
English
albert
Inference Endpoints
albert-cda / special_tokens_map.json
baskra's picture
Upload tokenizer
1b7664d verified
raw
history blame
No virus
286 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": {
"content": "[MASK]",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}