Views
No views yet
models/t2p_base
Llama-based adapter files and tokenizer assetsmodels/complementary_transformer
Complementary transformer code and trained duration/velocity modelsscripts/infer_music_full_pipeline.py
End-to-end prompt -> base tokens -> enrichment -> MIDI pipelinescripts/infer_llama_music.py
Optional standalone base-model inferencescripts/midi_to_mp3.py
Optional MIDI to MP3 rendering utility1python3 scripts/infer_music_full_pipeline.py \
2 --llama-model-dir models/t2p_base \
3 --duration-model-dir models/complementary_transformer/models/duration \
4 --velocity-model-dir models/complementary_transformer/models/velocity \
5 --prompt "A calm piano melody in C major" \
6 --output-dir pipeline_out \
7 --do-sample \
8 --temperature 0.9 \
9 --top-p 0.9 \
10 --max-new-tokens 450llama3.1 Hugging Face license tag because it contains a Llama 3.1-derived adapter.models/t2p_base/*
Subject to the applicable Llama 3.1 license termsmodels/complementary_transformer/*
Intended to be released under separate terms; see the component README before public releasehttps://github.com/BachGround/t2phttps://huggingface.co/umutgur/t2phttps://www.bachground.com