Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,13 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
Use https://github.com/BlinkDL/ChatRWKV/tree/main/music to run
|
|
|
|
|
6 |
|
7 |
Training data: https://huggingface.co/datasets/breadlicker45/bread-midi-dataset
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
Use https://github.com/BlinkDL/ChatRWKV/tree/main/music to run rwkv-music models.
|
6 |
+
|
7 |
+
MIDI model:
|
8 |
|
9 |
Training data: https://huggingface.co/datasets/breadlicker45/bread-midi-dataset
|
10 |
+
|
11 |
+
ABC model:
|
12 |
+
|
13 |
+
Training data: load_dataset("sander-wood/massive_abcnotation_dataset")["train"]
|
14 |
+
https://huggingface.co/datasets/sander-wood/massive_abcnotation_dataset
|