proquolm / special_tokens_map.json
Fredr0id's picture
Upload first version
3673d32
raw
history blame contribute delete
219 Bytes
{
"additional_special_tokens": [
"<S>",
"</S>",
"<T>",
"</T>",
"<Q>"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}