sakemin / cog-musicgen-chord

Chord conditioning implemented MusicGen
https://replicate.com/sakemin/musicgen-chord
Apache License 2.0
43 stars 9 forks source link

chord as model_version #6

Open HugoF-Silva opened 3 months ago

HugoF-Silva commented 3 months ago

your blog about fine-tune and fine-tuner readme and fine-tuner train specifies that choices are “melody”, “small”, “medium”, “stereo-melody”, “stereo-small”, “stereo-medium”.

blog says that default is "small", while readme says default is "stereo-melody".

due to the fact that:

I would like to use your fine-tuner with both versions. what are the chromagram type used by "melody" and "stereo-melody" versions?

and if they both uses the one-hot encoding chromagram, how can I set model architecture version to use the multi-hot encoding chromagram? (and vice versa)

like, is there a "chord-stereo-melody" or "chord-melody" option?