BPE-Symbolic-Music icon indicating copy to clipboard operation
BPE-Symbolic-Music copied to clipboard

Code of the paper "Byte Pair Encoding for Symbolic Music" (EMNLP 2023). Better and faster music generation

Results 2 BPE-Symbolic-Music issues
Sort by recently updated
recently updated
newest added

How to fix it? generated_token_ids = model.generate(input_tokens.ids, max_length=200) AttributeError Traceback (most recent call last) in () 10 input_tokens = tokenizer(input_midi) 11 ---> 12 generated_token_ids = model.generate(input_tokens.ids, max_length=200) 13 # generated_midi...

Thanks for your Briliiant work !!! However, I'm trying to use it on Orchestra, which means I have to get the hidden features from a multi-inst, if the work get...