tmprot / model /special_tokens_map.json
GitLab CI
Latest changes
b8c7219
raw
history blame contribute delete
125 Bytes
{
"cls_token": "<cls>",
"eos_token": "<eos>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}