sander-wood
commited on
Commit
•
a5867b2
1
Parent(s):
6fa3047
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,8 @@ TunesFormer is a Transformer-based melody generation system trained on 285,449 m
|
|
17 |
|
18 |
By utilizing specific symbols commonly found in ABC notation to indicate section boundaries, TunesFormer can understand and generate melodies with given musical forms based on control codes. The checkpoint released here is TunesFormer-GP (Global Placement), where all the control codes are placed at the beginning of the ABC notation.
|
19 |
|
|
|
|
|
20 |
## Intended uses & limitations
|
21 |
|
22 |
You can use this model for melody generation conditioned on musical forms. All scores generated by this model can be written on one stave (for vocal solo or instrumental solo) in standard classical notation, and are in a variety of styles, e.g., blues, classical, folk, jazz, pop, and world music. The generated tunes are in ABC notation, and can be converted to sheet music or audio using [this website](https://ldzhangyx.github.io/abc/), or [this software](https://sourceforge.net/projects/easyabc/).
|
|
|
17 |
|
18 |
By utilizing specific symbols commonly found in ABC notation to indicate section boundaries, TunesFormer can understand and generate melodies with given musical forms based on control codes. The checkpoint released here is TunesFormer-GP (Global Placement), where all the control codes are placed at the beginning of the ABC notation.
|
19 |
|
20 |
+
This music generation model is available for online use and experience on [TunesFormer: Forming Tunes with Control Codes](https://huggingface.co/spaces/sander-wood/tunesformer_controllable_melody_generation). With this online platform, you can freely explore TunesFormer and receive a generated sheet music output from the model.
|
21 |
+
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
You can use this model for melody generation conditioned on musical forms. All scores generated by this model can be written on one stave (for vocal solo or instrumental solo) in standard classical notation, and are in a variety of styles, e.g., blues, classical, folk, jazz, pop, and world music. The generated tunes are in ABC notation, and can be converted to sheet music or audio using [this website](https://ldzhangyx.github.io/abc/), or [this software](https://sourceforge.net/projects/easyabc/).
|