| { | |
| "additional_special_tokens": [ | |
| "[DIFFICULTY_UNK]", | |
| "[YEAR_UNK]", | |
| "[MODE_UNK]", | |
| "[STATUS_UNK]", | |
| "[MAPPER_UNK]", | |
| "[CS_UNK]", | |
| "[HITSOUNDED_UNK]", | |
| "[SONG_LENGTH_UNK]", | |
| "[SONG_POSITION_UNK]", | |
| "[GLOBAL_SV_UNK]", | |
| "[MANIA_KEYCOUNT_UNK]", | |
| "[HOLD_NOTE_RATIO_UNK]", | |
| "[SCROLL_SPEED_RATIO_UNK]", | |
| "[TAG_UNK]" | |
| ], | |
| "bos_token": { | |
| "content": "[BOS]", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "cls_token": { | |
| "content": "[CLS]", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "[EOS]", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": { | |
| "content": "[PAD]", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |