mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-20 15:48:20 +00:00
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"cls_token": "[CLS]",
|
|
"mask_token": "[MASK]",
|
|
"pad_token": "[PAD]",
|
|
"sep_token": "[SEP]",
|
|
"unk_token": "[UNK]"
|
|
}
|