Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ MIDI model (RWKV-4 sounds better):
|
|
12 |
|
13 |
Training data: https://huggingface.co/datasets/breadlicker45/bread-midi-dataset
|
14 |
|
15 |
-
ABC model (RWKV-5 sounds better):
|
16 |
|
17 |
Training data: ```load_dataset("sander-wood/massive_abcnotation_dataset")["train"]```
|
18 |
|
|
|
12 |
|
13 |
Training data: https://huggingface.co/datasets/breadlicker45/bread-midi-dataset
|
14 |
|
15 |
+
ABC model (RWKV-5 sounds better if you use topp=0.5 without topk):
|
16 |
|
17 |
Training data: ```load_dataset("sander-wood/massive_abcnotation_dataset")["train"]```
|
18 |
|