humanize-text-model / zh /special_tokens_map.json
Danny
Bilingual humanize-text-model (EN T5-small + ZH Chinese T5-small)
7cb8aac verified
Raw
History Blame Contribute Delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}