Stable-Diffusion-Pokemon-zh / tokenizer /special_tokens_map.json
svjack's picture
first
9a9fe46
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}