phobert-v2-mtl-sequence-classification / special_tokens_map.json
shayonhuggingface's picture
End of training
3b7383d
raw
history blame contribute delete
No virus
167 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}