EmanueleCosenza commited on
Commit
5a208ff
1 Parent(s): 2f8a515

Update README.md

Browse files

A graph-based deep MIDI music generator. Official model repository of the [paper](https://arxiv.org/abs/2307.14928) "Graph-based Polyphonic Multitrack Music Generation".

You can listen to the samples generated in the experimental phase in the dedicated [site](https://emanuelecosenza.github.io/polyphemus/)ssssssssssssssssssssssss.

The repository contains two models: `LMD2`, a model that generates short 2-bar of music, and `LMD16`, a model that generates longer 16-bar sequences.
Refer to the GitHub [repo](https://github.com/EmanueleCosenza/polyphemus) for instructions on how to use these models.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - music
5
+ - generation
6
+ - symbolic music
7
+ ---