technodoc_llm / technodoc_llm_0 /special_tokens_map.json
a-xoda's picture
Upload 6 files
0ccfc22 verified
raw
history blame
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}