├── LICENSE ├── README.md ├── config.py ├── inference.py ├── output_tunes └── Mon_01_Jul_2024_21_59_21.abc ├── prompt.txt ├── random_model.py ├── requirements.txt ├── train.py ├── utils.py └── xml2abc ├── batch_xml2abc.py └── xml2abc.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/config.py -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/inference.py -------------------------------------------------------------------------------- /output_tunes/Mon_01_Jul_2024_21_59_21.abc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/output_tunes/Mon_01_Jul_2024_21_59_21.abc -------------------------------------------------------------------------------- /prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/prompt.txt -------------------------------------------------------------------------------- /random_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/random_model.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/requirements.txt -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/utils.py -------------------------------------------------------------------------------- /xml2abc/batch_xml2abc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/xml2abc/batch_xml2abc.py -------------------------------------------------------------------------------- /xml2abc/xml2abc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanderwood/melodyt5/HEAD/xml2abc/xml2abc.py --------------------------------------------------------------------------------