Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
4 |
|
5 |
## MusicMaker - Transformer Model for Music Generation
|
@@ -56,4 +57,4 @@ tokenizer(out[0].tolist()).dump_midi("generated.mid")
|
|
56 |
|
57 |
- The model has only been trained on piano MIDI data, so its ability to generalize to other instruments may be limited.
|
58 |
- The generated music may exhibit some repetitive or unnatural patterns.
|
59 |
-
- The training data itself may contain certain biases or patterns reflective of its sources.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: audio-to-audio
|
4 |
---
|
5 |
|
6 |
## MusicMaker - Transformer Model for Music Generation
|
|
|
57 |
|
58 |
- The model has only been trained on piano MIDI data, so its ability to generalize to other instruments may be limited.
|
59 |
- The generated music may exhibit some repetitive or unnatural patterns.
|
60 |
+
- The training data itself may contain certain biases or patterns reflective of its sources.
|