zeroshot_selectra_medium_onnx / special_tokens_map.json
iagovar's picture
Changing folder structure so it can be imported
027ca70
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}