File size: 516 Bytes
e2aea9c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"additional_special_tokens": [
"<|audio_comp_start|>",
"<|audio_comp_span|>",
"<|audio_comp_end|>",
"<|audio_gen_start|>",
"<|audio_gen_span|>",
"<|audio_gen_end|>",
"<|text_cond_end|>"
],
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}
|