4esv commited on
Commit
3aa8392
·
verified ·
1 Parent(s): 08bede3

Rameau v1: 21,940 records, 4 configs, verified gold, eval harness

Browse files
Files changed (2) hide show
  1. README.md +5 -3
  2. 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
- Same records, same prompts, reasoning toggled, on fixed test subsets (n in the
185
- table). Exact match on `notes_to_rn`:
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, grammar-generated, music21-verified, DCML-convention labels}
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
- Same records, same prompts, reasoning toggled, on fixed test subsets (n in the
218
- table). Exact match on `notes_to_rn`:
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, grammar-generated, music21-verified, DCML-convention labels}}
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
  """