tiny-random-SplinterForQuestionAnswering / special_tokens_map.json
hf-transformers-bot's picture
Upload tiny models for SplinterForQuestionAnswering
97d3c24
raw
history blame contribute delete
180 Bytes
{
"additional_special_tokens": [
"[QUESTION]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}