Views
No views yet
meta-llama/Llama-3.2-1BLlamaForCausalLM with extended embedding layer1git clone https://github.com/slSeanWU/MIDI-LLM
2cd MIDI-LLM
3
4python generate_transformers.py \
5 --model slseanwu/MIDI-LLM_Llama-3.2-1B \
6 --prompt "A cheerful rock song with bright electric guitars" \
7 --n_outputs 4You are a world-class composer. Please compose some music according to the following description: [your input text]temperature: 1.0
top_p: 0.98
max_tokens: 20461@inproceedings{wu2026midillm,
2 title={{MIDI-LLM}: Improving text-to-{MIDI} music generation via adapting large language models},
3 author={Wu, Shih-Lun and Carlton, Dave and Mikayawa, Ryan and Kim, Yoon and Donahue, Chris and Huang, Cheng-Zhi Anna},
4 booktitle={Proc. Int. Soc. for Music Information Retrieval Conference (ISMIR)},
5 year={2026}
6}