Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
DOI:
License:
Rameau v1: 21,940 records, 4 configs, verified gold, eval harness
Browse files- README.md +5 -3
- src/harmony_dataset/export.py +5 -3
README.md
CHANGED
|
@@ -15,6 +15,8 @@ tags:
|
|
| 15 |
- key-detection
|
| 16 |
- benchmark
|
| 17 |
- synthetic
|
|
|
|
|
|
|
| 18 |
size_categories:
|
| 19 |
- 10K<n<100K
|
| 20 |
annotations_creators:
|
|
@@ -181,8 +183,8 @@ nine dollars in API credits.
|
|
| 181 |
|
| 182 |
### Reasoning on vs off
|
| 183 |
|
| 184 |
-
|
| 185 |
-
|
| 186 |
|
| 187 |
| model | n | off | on |
|
| 188 |
|---|---|---|---|
|
|
@@ -235,6 +237,6 @@ the underlying facts are not copyrightable and no source corpus is redistributed
|
|
| 235 |
author = {Stevens, Axel},
|
| 236 |
year = {2026},
|
| 237 |
url = {https://huggingface.co/datasets/4esv/rameau},
|
| 238 |
-
note = {Synthetic,
|
| 239 |
}
|
| 240 |
```
|
|
|
|
| 15 |
- key-detection
|
| 16 |
- benchmark
|
| 17 |
- synthetic
|
| 18 |
+
- mir
|
| 19 |
+
- symbolic-music
|
| 20 |
size_categories:
|
| 21 |
- 10K<n<100K
|
| 22 |
annotations_creators:
|
|
|
|
| 183 |
|
| 184 |
### Reasoning on vs off
|
| 185 |
|
| 186 |
+
Fixed test subsets rerun with reasoning enabled; n in the table. Exact match
|
| 187 |
+
on `notes_to_rn`:
|
| 188 |
|
| 189 |
| model | n | off | on |
|
| 190 |
|---|---|---|---|
|
|
|
|
| 237 |
author = {Stevens, Axel},
|
| 238 |
year = {2026},
|
| 239 |
url = {https://huggingface.co/datasets/4esv/rameau},
|
| 240 |
+
note = {Synthetic, music21-verified, DCML labels}
|
| 241 |
}
|
| 242 |
```
|
src/harmony_dataset/export.py
CHANGED
|
@@ -84,6 +84,8 @@ tags:
|
|
| 84 |
- key-detection
|
| 85 |
- benchmark
|
| 86 |
- synthetic
|
|
|
|
|
|
|
| 87 |
size_categories:
|
| 88 |
- {size_cat}
|
| 89 |
annotations_creators:
|
|
@@ -214,8 +216,8 @@ nine dollars in API credits.
|
|
| 214 |
|
| 215 |
### Reasoning on vs off
|
| 216 |
|
| 217 |
-
|
| 218 |
-
|
| 219 |
|
| 220 |
| model | n | off | on |
|
| 221 |
|---|---|---|---|
|
|
@@ -268,7 +270,7 @@ the underlying facts are not copyrightable and no source corpus is redistributed
|
|
| 268 |
author = {{Stevens, Axel}},
|
| 269 |
year = {{2026}},
|
| 270 |
url = {{https://huggingface.co/datasets/4esv/rameau}},
|
| 271 |
-
note = {{Synthetic,
|
| 272 |
}}
|
| 273 |
```
|
| 274 |
"""
|
|
|
|
| 84 |
- key-detection
|
| 85 |
- benchmark
|
| 86 |
- synthetic
|
| 87 |
+
- mir
|
| 88 |
+
- symbolic-music
|
| 89 |
size_categories:
|
| 90 |
- {size_cat}
|
| 91 |
annotations_creators:
|
|
|
|
| 216 |
|
| 217 |
### Reasoning on vs off
|
| 218 |
|
| 219 |
+
Fixed test subsets rerun with reasoning enabled; n in the table. Exact match
|
| 220 |
+
on `notes_to_rn`:
|
| 221 |
|
| 222 |
| model | n | off | on |
|
| 223 |
|---|---|---|---|
|
|
|
|
| 270 |
author = {{Stevens, Axel}},
|
| 271 |
year = {{2026}},
|
| 272 |
url = {{https://huggingface.co/datasets/4esv/rameau}},
|
| 273 |
+
note = {{Synthetic, music21-verified, DCML labels}}
|
| 274 |
}}
|
| 275 |
```
|
| 276 |
"""
|