Datasets:
Add audio-to-audio task category (#2)
Browse files- Add audio-to-audio task category (e5b89ac8cb7850fa0e5b694750982e1f27b9ee73)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
5 |
tags:
|
6 |
- music
|
7 |
- midi
|
8 |
- piano
|
9 |
- classification
|
10 |
-
|
11 |
-
|
12 |
-
- 1M<n<10M
|
13 |
---
|
|
|
14 |
# The Aria-MIDI Dataset
|
15 |
|
16 |
[Paper](https://openreview.net/pdf?id=X5hrhgndxW) / [Blog](https://loubbrad.com/blog/ariamidi)
|
@@ -69,4 +72,4 @@ Aria-MIDI is distributed with the [CC-BY-NC-SA 4.0](https://creativecommons.org/
|
|
69 |
year={2025},
|
70 |
url={https://openreview.net/forum?id=X5hrhgndxW},
|
71 |
}
|
72 |
-
```
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: cc-by-nc-sa-4.0
|
5 |
+
size_categories:
|
6 |
+
- 1M<n<10M
|
7 |
+
pretty_name: Aria-MIDI
|
8 |
tags:
|
9 |
- music
|
10 |
- midi
|
11 |
- piano
|
12 |
- classification
|
13 |
+
task_categories:
|
14 |
+
- audio-to-audio
|
|
|
15 |
---
|
16 |
+
|
17 |
# The Aria-MIDI Dataset
|
18 |
|
19 |
[Paper](https://openreview.net/pdf?id=X5hrhgndxW) / [Blog](https://loubbrad.com/blog/ariamidi)
|
|
|
72 |
year={2025},
|
73 |
url={https://openreview.net/forum?id=X5hrhgndxW},
|
74 |
}
|
75 |
+
```
|