EmanueleCosenza commited on
Commit
3dce8fe
1 Parent(s): 2c001bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,9 +6,11 @@ tags:
6
  - symbolic music
7
  ---
8
 
 
 
9
  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".
10
 
11
- You can listen to the samples generated in the experimental phase in the dedicated [site](https://emanuelecosenza.github.io/polyphemus/)ssssssssssssssssssssssss.
12
 
13
  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.
14
  Refer to the GitHub [repo](https://github.com/EmanueleCosenza/polyphemus) for instructions on how to use these models.
 
6
  - symbolic music
7
  ---
8
 
9
+ # polyphemus
10
+
11
  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".
12
 
13
+ You can listen to the samples generated in the experimental phase in the dedicated [site](https://emanuelecosenza.github.io/polyphemus/).
14
 
15
  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.
16
  Refer to the GitHub [repo](https://github.com/EmanueleCosenza/polyphemus) for instructions on how to use these models.