Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# MelodyT5: A Unified Score-to-Score Transformer for Symbolic Music Processing [ISMIR 2024]
|
5 |
This repository contains the code for the MelodyT5 model as described in the paper [MelodyT5: A Unified Score-to-Score Transformer for Symbolic Music Processing](https://arxiv.org/abs/2402.19155).
|
@@ -498,5 +502,4 @@ fed dB/c/d | efe efg | fed daa | agf eag | fed B2 d | A2 d F2 A | Bdd F2 E | FDD
|
|
498 |
archivePrefix={arXiv},
|
499 |
primaryClass={cs.LG}
|
500 |
}
|
501 |
-
```
|
502 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- sander-wood/melodyhub
|
5 |
+
tags:
|
6 |
+
- music
|
7 |
---
|
8 |
# MelodyT5: A Unified Score-to-Score Transformer for Symbolic Music Processing [ISMIR 2024]
|
9 |
This repository contains the code for the MelodyT5 model as described in the paper [MelodyT5: A Unified Score-to-Score Transformer for Symbolic Music Processing](https://arxiv.org/abs/2402.19155).
|
|
|
502 |
archivePrefix={arXiv},
|
503 |
primaryClass={cs.LG}
|
504 |
}
|
505 |
+
```
|
|