Commit
·
6ed928a
1
Parent(s):
6229e10
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ This is the repository for MIDI-GPT, a generative system based on the Transforme
|
|
| 19 |
|
| 20 |
# Using MIDI-GPT
|
| 21 |
|
|
|
|
|
|
|
| 22 |
## Installation
|
| 23 |
|
| 24 |
To successfully install the midigpt python library, use the script ```midigpt_setup_helper.sh```. You may first download this script on its own and run it, which will clone the repository and build the library. Below is an example of the usage:
|
|
|
|
| 19 |
|
| 20 |
# Using MIDI-GPT
|
| 21 |
|
| 22 |
+
The model provided is trained on GigaMIDI, and includes the following controls: midi instrument, density (1-10), note duration, and number of polyphony voices. It also allows you to turn on/off velocity and micro-timing (to capture interpretation).
|
| 23 |
+
|
| 24 |
## Installation
|
| 25 |
|
| 26 |
To successfully install the midigpt python library, use the script ```midigpt_setup_helper.sh```. You may first download this script on its own and run it, which will clone the repository and build the library. Below is an example of the usage:
|