bert-tiny_coqa_conv_1337 / special_tokens_map.json
Davidai's picture
Upload with huggingface_hub
c2d2835
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}