Aria-medium-GiantMIDI / tokenizer_config.json
sullivanUCSD's picture
Upload folder using huggingface_hub
175b169 verified
Raw
History Blame Contribute Delete
1.09 kB
{
"added_tokens_decoder": {
"0": {
"content": "<S>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<E>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<P>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<U>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_aria.AriaTokenizer",
null
]
},
"bos_token": "<S>",
"clean_up_tokenization_spaces": false,
"eos_token": "<E>",
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<P>",
"tokenizer_class": "AriaTokenizer",
"unk_token": "<U>",
"use_default_system_prompt": false
}