neuclir22-pretrained-zh / tokenizer_config.json
cadurosar's picture
add model
5f70c83
raw
history blame contribute delete
No virus
173 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}