Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 2 new columns ({'composer', 'genre'}) and 7 missing columns ({'year', 'canonical_title', 'split', 'canonical_composer', 'midi_filename', 'audio_filename', 'duration'}).

This happened while the csv dataset builder was generating data using

hf://datasets/cnmat/human_performance_dataset/infer.csv (at revision e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664), [/tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/augmented.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/augmented.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/final.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/final.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/infer.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/infer.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/maestro-v3.0.0.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/maestro-v3.0.0.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/with_prompt.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/with_prompt.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              composer: string
              genre: string
              system_prompt: string
              user_prompt: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 736
              to
              {'canonical_composer': Value('string'), 'canonical_title': Value('string'), 'split': Value('string'), 'year': Value('int64'), 'midi_filename': Value('string'), 'audio_filename': Value('string'), 'duration': Value('float64'), 'system_prompt': Value('string'), 'user_prompt': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1892, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 2 new columns ({'composer', 'genre'}) and 7 missing columns ({'year', 'canonical_title', 'split', 'canonical_composer', 'midi_filename', 'audio_filename', 'duration'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/cnmat/human_performance_dataset/infer.csv (at revision e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664), [/tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/augmented.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/augmented.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/final.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/final.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/infer.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/infer.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/maestro-v3.0.0.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/maestro-v3.0.0.csv), /tmp/hf-datasets-cache/medium/datasets/47906027972227-config-parquet-and-info-cnmat-human_performance_d-f3e3afd9/hub/datasets--cnmat--human_performance_dataset/snapshots/e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/with_prompt.csv (origin=hf://datasets/cnmat/human_performance_dataset@e0fd4e2fbf5dc288c4c34b44680bf4dd1cb15664/with_prompt.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

canonical_composer
string
canonical_title
string
split
string
year
int64
midi_filename
string
audio_filename
string
duration
float64
system_prompt
string
user_prompt
string
Alban Berg
Sonata Op. 1
train
2,018
2018/MIDI-Unprocessed_Chamber3_MID--AUDIO_10_R3_2018_wav--1.midi
2018/MIDI-Unprocessed_Chamber3_MID--AUDIO_10_R3_2018_wav--1.wav
698.66116
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alban Berg.
Alban Berg
Sonata Op. 1
train
2,008
2008/MIDI-Unprocessed_03_R2_2008_01-03_ORIG_MID--AUDIO_03_R2_2008_wav--2.midi
2008/MIDI-Unprocessed_03_R2_2008_01-03_ORIG_MID--AUDIO_03_R2_2008_wav--2.wav
759.518471
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alban Berg.
Alban Berg
Sonata Op. 1
train
2,017
2017/MIDI-Unprocessed_066_PIANO066_MID--AUDIO-split_07-07-17_Piano-e_3-02_wav--3.midi
2017/MIDI-Unprocessed_066_PIANO066_MID--AUDIO-split_07-07-17_Piano-e_3-02_wav--3.wav
464.649433
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alban Berg.
Alexander Scriabin
24 Preludes Op. 11, No. 13-24
train
2,004
2004/MIDI-Unprocessed_XP_21_R1_2004_01_ORIG_MID--AUDIO_21_R1_2004_01_Track01_wav.midi
2004/MIDI-Unprocessed_XP_21_R1_2004_01_ORIG_MID--AUDIO_21_R1_2004_01_Track01_wav.wav
872.640588
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Alexander Scriabin.
Alexander Scriabin
3 Etudes, Op. 65
validation
2,006
2006/MIDI-Unprocessed_17_R1_2006_01-06_ORIG_MID--AUDIO_17_R1_2006_04_Track04_wav.midi
2006/MIDI-Unprocessed_17_R1_2006_01-06_ORIG_MID--AUDIO_17_R1_2006_04_Track04_wav.wav
397.857508
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Alexander Scriabin.
Alexander Scriabin
5 Preludes, Op.15
validation
2,009
2009/MIDI-Unprocessed_07_R1_2009_04-05_ORIG_MID--AUDIO_07_R1_2009_07_R1_2009_04_WAV.midi
2009/MIDI-Unprocessed_07_R1_2009_04-05_ORIG_MID--AUDIO_07_R1_2009_07_R1_2009_04_WAV.wav
400.557826
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Alexander Scriabin.
Alexander Scriabin
Entragete, Op.63
test
2,009
2009/MIDI-Unprocessed_11_R1_2009_06-09_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_07_WAV.midi
2009/MIDI-Unprocessed_11_R1_2009_06-09_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_07_WAV.wav
163.74583
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Alexander Scriabin.
Alexander Scriabin
Etude Op. 2 No.1; Etudes Op. 8, Nos. 5, 11 and 12
train
2,013
2013/ORIG-MIDI_03_7_8_13_Group__MID--AUDIO_19_R2_2013_wav--3.midi
2013/ORIG-MIDI_03_7_8_13_Group__MID--AUDIO_19_R2_2013_wav--3.wav
563.904351
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Alexander Scriabin.
Alexander Scriabin
Etude Op. 42, Nos. 4 & 5
test
2,009
2009/MIDI-Unprocessed_02_R1_2009_03-06_ORIG_MID--AUDIO_02_R1_2009_02_R1_2009_04_WAV.midi
2009/MIDI-Unprocessed_02_R1_2009_03-06_ORIG_MID--AUDIO_02_R1_2009_02_R1_2009_04_WAV.wav
136.315302
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Alexander Scriabin.
Alexander Scriabin
Etude Op. 8, No. 13
validation
2,009
2009/MIDI-Unprocessed_02_R1_2009_03-06_ORIG_MID--AUDIO_02_R1_2009_02_R1_2009_05_WAV.midi
2009/MIDI-Unprocessed_02_R1_2009_03-06_ORIG_MID--AUDIO_02_R1_2009_02_R1_2009_05_WAV.wav
167.085837
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Alexander Scriabin.
Alexander Scriabin
Etude in D-flat Major, Op. 8 No. 10
train
2,011
2011/MIDI-Unprocessed_15_R1_2011_MID--AUDIO_R1-D6_09_Track09_wav.midi
2011/MIDI-Unprocessed_15_R1_2011_MID--AUDIO_R1-D6_09_Track09_wav.wav
102.00711
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Alexander Scriabin.
Alexander Scriabin
Etudes from Op.8
train
2,006
2006/MIDI-Unprocessed_19_R1_2006_01-07_ORIG_MID--AUDIO_19_R1_2006_04_Track04_wav.midi
2006/MIDI-Unprocessed_19_R1_2006_01-07_ORIG_MID--AUDIO_19_R1_2006_04_Track04_wav.wav
550.997045
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Alexander Scriabin.
Alexander Scriabin
Fantasy Op. 28 in B Minor
train
2,013
2013/ORIG-MIDI_02_7_10_13_Group_MID--AUDIO_11_R3_2013_wav--3.midi
2013/ORIG-MIDI_02_7_10_13_Group_MID--AUDIO_11_R3_2013_wav--3.wav
512.164285
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a fantasy in the style of Alexander Scriabin.
Alexander Scriabin
Fantasy in B Minor, Op. 28
train
2,011
2011/MIDI-Unprocessed_09_R1_2011_MID--AUDIO_R1-D3_15_Track15_wav.midi
2011/MIDI-Unprocessed_09_R1_2011_MID--AUDIO_R1-D3_15_Track15_wav.wav
476.806414
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a fantasy in the style of Alexander Scriabin.
Alexander Scriabin
Fantasy, Op. 28
train
2,014
2014/MIDI-UNPROCESSED_14-15_R1_2014_MID--AUDIO_15_R1_2014_wav--5.midi
2014/MIDI-UNPROCESSED_14-15_R1_2014_MID--AUDIO_15_R1_2014_wav--5.wav
486.857152
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a fantasy in the style of Alexander Scriabin.
Alexander Scriabin
Fragilite, Op.51
validation
2,009
2009/MIDI-Unprocessed_11_R1_2009_06-09_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_06_WAV.midi
2009/MIDI-Unprocessed_11_R1_2009_06-09_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_06_WAV.wav
138.421336
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Alexander Scriabin.
Alexander Scriabin
Prelude and Nocturne for Left Hand, Op. 9
train
2,008
2008/MIDI-Unprocessed_01_R1_2008_01-04_ORIG_MID--AUDIO_01_R1_2008_wav--3.midi
2008/MIDI-Unprocessed_01_R1_2008_01-04_ORIG_MID--AUDIO_01_R1_2008_wav--3.wav
463.605306
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 2
train
2,006
2006/MIDI-Unprocessed_12_R1_2006_01-08_ORIG_MID--AUDIO_12_R1_2006_02_Track02_wav.midi
2006/MIDI-Unprocessed_12_R1_2006_01-08_ORIG_MID--AUDIO_12_R1_2006_02_Track02_wav.wav
613.737367
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 2 in G-sharp Minor, Op. 19
train
2,018
2018/MIDI-Unprocessed_Recital1-3_MID--AUDIO_01_R1_2018_wav--4.midi
2018/MIDI-Unprocessed_Recital1-3_MID--AUDIO_01_R1_2018_wav--4.wav
701.147803
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 2 in G-sharp Minor, Op. 19
train
2,018
2018/MIDI-Unprocessed_Recital17-19_MID--AUDIO_18_R1_2018_wav--2.midi
2018/MIDI-Unprocessed_Recital17-19_MID--AUDIO_18_R1_2018_wav--2.wav
685.005992
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 2 in G-sharp Minor, Op. 19 (Complete)
train
2,017
2017/MIDI-Unprocessed_079_PIANO079_MID--AUDIO-split_07-09-17_Piano-e_1-04_wav--4.midi
2017/MIDI-Unprocessed_079_PIANO079_MID--AUDIO-split_07-09-17_Piano-e_1-04_wav--4.wav
661.90915
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 3 in F-sharp Minor, Op. 23
train
2,018
2018/MIDI-Unprocessed_Recital5-7_MID--AUDIO_07_R1_2018_wav--2.midi
2018/MIDI-Unprocessed_Recital5-7_MID--AUDIO_07_R1_2018_wav--2.wav
1,120.091027
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 3 in F-sharp Minor, Op. 23
train
2,018
2018/MIDI-Unprocessed_Recital9-11_MID--AUDIO_11_R1_2018_wav--2.midi
2018/MIDI-Unprocessed_Recital9-11_MID--AUDIO_11_R1_2018_wav--2.wav
1,195.010824
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 3 in F-sharp Minor, Op. 23
train
2,018
2018/MIDI-Unprocessed_Chamber6_MID--AUDIO_20_R3_2018_wav--2.midi
2018/MIDI-Unprocessed_Chamber6_MID--AUDIO_20_R3_2018_wav--2.wav
1,117.958284
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 4 in F-sharp Major ,Op.30
validation
2,013
2013/ORIG-MIDI_01_7_6_13_Group__MID--AUDIO_03_R1_2013_wav--4.midi
2013/ORIG-MIDI_01_7_6_13_Group__MID--AUDIO_03_R1_2013_wav--4.wav
440.110404
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 5 in F-sharp Minor, Op. 53
train
2,004
2004/MIDI-Unprocessed_SMF_07_R1_2004_01_ORIG_MID--AUDIO_07_R1_2004_12_Track12_wav.midi
2004/MIDI-Unprocessed_SMF_07_R1_2004_01_ORIG_MID--AUDIO_07_R1_2004_12_Track12_wav.wav
659.83566
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 5, Op. 53
train
2,018
2018/MIDI-Unprocessed_Recital12_MID--AUDIO_12_R1_2018_wav--2.midi
2018/MIDI-Unprocessed_Recital12_MID--AUDIO_12_R1_2018_wav--2.wav
701.488348
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 5, Op. 53
train
2,009
2009/MIDI-Unprocessed_09_R1_2009_01-04_ORIG_MID--AUDIO_09_R1_2009_09_R1_2009_04_WAV.midi
2009/MIDI-Unprocessed_09_R1_2009_01-04_ORIG_MID--AUDIO_09_R1_2009_09_R1_2009_04_WAV.wav
706.203888
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 5, Op. 53
train
2,009
2009/MIDI-Unprocessed_19_R1_2009_03-04_ORIG_MID--AUDIO_19_R1_2009_19_R1_2009_04_WAV.midi
2009/MIDI-Unprocessed_19_R1_2009_03-04_ORIG_MID--AUDIO_19_R1_2009_19_R1_2009_04_WAV.wav
648.955013
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 5, Op. 53
train
2,008
2008/MIDI-Unprocessed_07_R1_2008_01-04_ORIG_MID--AUDIO_07_R1_2008_wav--4.midi
2008/MIDI-Unprocessed_07_R1_2008_01-04_ORIG_MID--AUDIO_07_R1_2008_wav--4.wav
601.648704
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 5, Op. 53
train
2,014
2014/MIDI-UNPROCESSED_21-22_R1_2014_MID--AUDIO_21_R1_2014_wav--6.midi
2014/MIDI-UNPROCESSED_21-22_R1_2014_MID--AUDIO_21_R1_2014_wav--6.wav
707.90394
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 5, Op. 53
train
2,014
2014/MIDI-UNPROCESSED_21-22_R1_2014_MID--AUDIO_22_R1_2014_wav--4.midi
2014/MIDI-UNPROCESSED_21-22_R1_2014_MID--AUDIO_22_R1_2014_wav--4.wav
644.840434
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 9
test
2,006
2006/MIDI-Unprocessed_01_R1_2006_01-09_ORIG_MID--AUDIO_01_R1_2006_04_Track04_wav.midi
2006/MIDI-Unprocessed_01_R1_2006_01-09_ORIG_MID--AUDIO_01_R1_2006_04_Track04_wav.wav
476.652835
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 9
test
2,006
2006/MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_03_Track03_wav.midi
2006/MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_03_Track03_wav.wav
426.26827
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 9, Op. 68
test
2,009
2009/MIDI-Unprocessed_11_R1_2009_06-09_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_08_WAV.midi
2009/MIDI-Unprocessed_11_R1_2009_06-09_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_08_WAV.wav
520.139704
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Sonata No. 9, Op. 68, "Black Mass"
test
2,018
2018/MIDI-Unprocessed_Recital13-15_MID--AUDIO_15_R1_2018_wav--1.midi
2018/MIDI-Unprocessed_Recital13-15_MID--AUDIO_15_R1_2018_wav--1.wav
520.215826
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Alexander Scriabin.
Alexander Scriabin
Two Impromptus, Op. 14 (Complete)
validation
2,014
2014/MIDI-UNPROCESSED_14-15_R1_2014_MID--AUDIO_15_R1_2014_wav--3.midi
2014/MIDI-UNPROCESSED_14-15_R1_2014_MID--AUDIO_15_R1_2014_wav--3.wav
365.65535
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a impromptu in the style of Alexander Scriabin.
Alexander Scriabin
Waltz, Op. 38
validation
2,014
2014/MIDI-UNPROCESSED_14-15_R1_2014_MID--AUDIO_15_R1_2014_wav--4.midi
2014/MIDI-UNPROCESSED_14-15_R1_2014_MID--AUDIO_15_R1_2014_wav--4.wav
319.910204
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a waltz in the style of Alexander Scriabin.
Antonio Soler
Sonata No. 10 in B Minor
train
2,009
2009/MIDI-Unprocessed_09_R1_2009_01-04_ORIG_MID--AUDIO_09_R1_2009_09_R1_2009_01_WAV.midi
2009/MIDI-Unprocessed_09_R1_2009_01-04_ORIG_MID--AUDIO_09_R1_2009_09_R1_2009_01_WAV.wav
232.765526
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Antonio Soler.
Carl Maria von Weber
Sonata No. 1, 2nd, 3rd and 4th movements
train
2,008
2008/MIDI-Unprocessed_02_R3_2008_01-03_ORIG_MID--AUDIO_02_R3_2008_wav--3.midi
2008/MIDI-Unprocessed_02_R3_2008_01-03_ORIG_MID--AUDIO_02_R3_2008_wav--3.wav
939.133676
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Carl Maria von Weber.
Charles Gounod / Franz Liszt
Faust Waltz
train
2,006
2006/MIDI-Unprocessed_08_R1_2006_01-04_ORIG_MID--AUDIO_08_R1_2006_Disk1_01_Track01_wav.midi
2006/MIDI-Unprocessed_08_R1_2006_01-04_ORIG_MID--AUDIO_08_R1_2006_Disk1_01_Track01_wav.wav
557.392605
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a waltz in the style of Charles Gounod / Franz Liszt.
Claude Debussy
"Feux d'artifice" from Book II
train
2,008
2008/MIDI-Unprocessed_10_R3_2008_01-05_ORIG_MID--AUDIO_10_R3_2008_wav--4.midi
2008/MIDI-Unprocessed_10_R3_2008_01-05_ORIG_MID--AUDIO_10_R3_2008_wav--4.wav
242.752161
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
"Images", Series I
train
2,013
2013/ORIG-MIDI_03_7_10_13_Group_MID--AUDIO_18_R3_2013_wav--2.midi
2013/ORIG-MIDI_03_7_10_13_Group_MID--AUDIO_18_R3_2013_wav--2.wav
918.021251
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
"Les collines d'Anacapri" from Preludes, Book I
train
2,008
2008/MIDI-Unprocessed_07_R3_2008_01-05_ORIG_MID--AUDIO_07_R3_2008_wav--3.midi
2008/MIDI-Unprocessed_07_R3_2008_01-05_ORIG_MID--AUDIO_07_R3_2008_wav--3.wav
166.49556
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
"Ondine" from Book II
train
2,008
2008/MIDI-Unprocessed_10_R3_2008_01-05_ORIG_MID--AUDIO_10_R3_2008_wav--3.midi
2008/MIDI-Unprocessed_10_R3_2008_01-05_ORIG_MID--AUDIO_10_R3_2008_wav--3.wav
193.301089
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
"Voiles" from Preludes, Book I
train
2,008
2008/MIDI-Unprocessed_07_R3_2008_01-05_ORIG_MID--AUDIO_07_R3_2008_wav--4.midi
2008/MIDI-Unprocessed_07_R3_2008_01-05_ORIG_MID--AUDIO_07_R3_2008_wav--4.wav
212.295461
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Barcarolle, Op. 60
train
2,015
2015/MIDI-Unprocessed_R1_D1-1-8_mid--AUDIO-from_mp3_02_R1_2015_wav--3.midi
2015/MIDI-Unprocessed_R1_D1-1-8_mid--AUDIO-from_mp3_02_R1_2015_wav--3.wav
482.755208
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a barcarolle in the style of Claude Debussy.
Claude Debussy
Bruyeres
train
2,006
2006/MIDI-Unprocessed_01_R1_2006_01-09_ORIG_MID--AUDIO_01_R1_2006_03_Track03_wav.midi
2006/MIDI-Unprocessed_01_R1_2006_01-09_ORIG_MID--AUDIO_01_R1_2006_03_Track03_wav.wav
984.527595
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
Estampes (Complete)
test
2,014
2014/MIDI-UNPROCESSED_09-10_R1_2014_MID--AUDIO_09_R1_2014_wav--4.midi
2014/MIDI-UNPROCESSED_09-10_R1_2014_MID--AUDIO_09_R1_2014_wav--4.wav
849.030935
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a estampes in the style of Claude Debussy.
Claude Debussy
Etude "Pour le arpeges composes"
train
2,009
2009/MIDI-Unprocessed_11_R1_2009_01-05_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_02_WAV.midi
2009/MIDI-Unprocessed_11_R1_2009_01-05_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_02_WAV.wav
274.6712
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Claude Debussy.
Claude Debussy
Etude "Pour les accords"
test
2,009
2009/MIDI-Unprocessed_11_R1_2009_01-05_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_04_WAV.midi
2009/MIDI-Unprocessed_11_R1_2009_01-05_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_04_WAV.wav
270.703522
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Claude Debussy.
Claude Debussy
Etude "Pour les huit doigts"
train
2,009
2009/MIDI-Unprocessed_11_R1_2009_01-05_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_03_WAV.midi
2009/MIDI-Unprocessed_11_R1_2009_01-05_ORIG_MID--AUDIO_11_R1_2009_11_R1_2009_03_WAV.wav
90.99617
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Claude Debussy.
Claude Debussy
Etude No. 6, Book I, "Pour les huits doigts"
train
2,008
2008/MIDI-Unprocessed_11_R2_2008_01-05_ORIG_MID--AUDIO_11_R2_2008_wav--2.midi
2008/MIDI-Unprocessed_11_R2_2008_01-05_ORIG_MID--AUDIO_11_R2_2008_wav--2.wav
79.334857
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Claude Debussy.
Claude Debussy
Etude No. 7 "Study in Chromatic Steps"
test
2,004
2004/MIDI-Unprocessed_SMF_17_R1_2004_03-06_ORIG_MID--AUDIO_20_R2_2004_12_Track12_wav--1.midi
2004/MIDI-Unprocessed_SMF_17_R1_2004_03-06_ORIG_MID--AUDIO_20_R2_2004_12_Track12_wav--1.wav
134.376478
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Claude Debussy.
Claude Debussy
Feux d'artifice
train
2,006
2006/MIDI-Unprocessed_18_R1_2006_01-05_ORIG_MID--AUDIO_18_R1_2006_02_Track02_wav.midi
2006/MIDI-Unprocessed_18_R1_2006_01-05_ORIG_MID--AUDIO_18_R1_2006_02_Track02_wav.wav
242.57855
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
Four Preludes
train
2,006
2006/MIDI-Unprocessed_14_R1_2006_01-05_ORIG_MID--AUDIO_14_R1_2006_03_Track03_wav.midi
2006/MIDI-Unprocessed_14_R1_2006_01-05_ORIG_MID--AUDIO_14_R1_2006_03_Track03_wav.wav
672.901304
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Image (Book II)
train
2,004
2004/MIDI-Unprocessed_XP_08_R1_2004_03_ORIG_MID--AUDIO_08_R1_2004_03_Track03_wav.midi
2004/MIDI-Unprocessed_XP_08_R1_2004_03_ORIG_MID--AUDIO_08_R1_2004_03_Track03_wav.wav
701.103701
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
Images Book 1 (Complete), L 110
train
2,014
2014/MIDI-UNPROCESSED_09-10_R1_2014_MID--AUDIO_10_R1_2014_wav--4.midi
2014/MIDI-UNPROCESSED_09-10_R1_2014_MID--AUDIO_10_R1_2014_wav--4.wav
903.260315
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
Images Book II
train
2,006
2006/MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_02_Track02_wav.midi
2006/MIDI-Unprocessed_24_R1_2006_01-05_ORIG_MID--AUDIO_24_R1_2006_02_Track02_wav.wav
679.697504
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
Images, Book I
train
2,009
2009/MIDI-Unprocessed_15_R1_2009_03-06_ORIG_MID--AUDIO_15_R1_2009_15_R1_2009_03_WAV.midi
2009/MIDI-Unprocessed_15_R1_2009_03-06_ORIG_MID--AUDIO_15_R1_2009_15_R1_2009_03_WAV.wav
924.171084
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
Images, Book I, "Reflets dans l'eau"
train
2,008
2008/MIDI-Unprocessed_06_R2_2008_01-05_ORIG_MID--AUDIO_06_R2_2008_wav--4.midi
2008/MIDI-Unprocessed_06_R2_2008_01-05_ORIG_MID--AUDIO_06_R2_2008_wav--4.wav
281.57958
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
Images, Book II
train
2,018
2018/MIDI-Unprocessed_Recital20_MID--AUDIO_20_R1_2018_wav--3.midi
2018/MIDI-Unprocessed_Recital20_MID--AUDIO_20_R1_2018_wav--3.wav
845.71096
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
Images, Book II, "Poissons d'or"
train
2,008
2008/MIDI-Unprocessed_06_R2_2008_01-05_ORIG_MID--AUDIO_06_R2_2008_wav--5.midi
2008/MIDI-Unprocessed_06_R2_2008_01-05_ORIG_MID--AUDIO_06_R2_2008_wav--5.wav
219.978413
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a image in the style of Claude Debussy.
Claude Debussy
Jardins sous la pluie from Estampes
test
2,011
2011/MIDI-Unprocessed_04_R3_2011_MID--AUDIO_R3-D2_05_Track05_wav.midi
2011/MIDI-Unprocessed_04_R3_2011_MID--AUDIO_R3-D2_05_Track05_wav.wav
207.262079
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a estampes in the style of Claude Debussy.
Claude Debussy
L'Isle Joyeuse
train
2,011
2011/MIDI-Unprocessed_15_R1_2011_MID--AUDIO_R1-D6_10_Track10_wav.midi
2011/MIDI-Unprocessed_15_R1_2011_MID--AUDIO_R1-D6_10_Track10_wav.wav
329.560301
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
L'isle joyeuse
train
2,014
2014/MIDI-UNPROCESSED_06-08_R1_2014_MID--AUDIO_07_R1_2014_wav--6.midi
2014/MIDI-UNPROCESSED_06-08_R1_2014_MID--AUDIO_07_R1_2014_wav--6.wav
363.915234
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
L'isle joyeuse
train
2,013
2013/ORIG-MIDI_02_7_7_13_Group__MID--AUDIO_15_R1_2013_wav--4.midi
2013/ORIG-MIDI_02_7_7_13_Group__MID--AUDIO_15_R1_2013_wav--4.wav
298.98875
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
L'isle joyeuse
train
2,013
2013/ORIG-MIDI_02_7_10_13_Group_MID--AUDIO_12_R3_2013_wav--3.midi
2013/ORIG-MIDI_02_7_10_13_Group_MID--AUDIO_12_R3_2013_wav--3.wav
350.077107
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
L'isle joyeuse
train
2,017
2017/MIDI-Unprocessed_071_PIANO071_MID--AUDIO-split_07-08-17_Piano-e_1-04_wav--4.midi
2017/MIDI-Unprocessed_071_PIANO071_MID--AUDIO-split_07-08-17_Piano-e_1-04_wav--4.wav
346.025014
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
L'isle joyeuse, L. 106
train
2,018
2018/MIDI-Unprocessed_Recital1-3_MID--AUDIO_02_R1_2018_wav--4.midi
2018/MIDI-Unprocessed_Recital1-3_MID--AUDIO_02_R1_2018_wav--4.wav
349.685815
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
Les Collines d'Anacapri from Book I
train
2,008
2008/MIDI-Unprocessed_10_R3_2008_01-05_ORIG_MID--AUDIO_10_R3_2008_wav--2.midi
2008/MIDI-Unprocessed_10_R3_2008_01-05_ORIG_MID--AUDIO_10_R3_2008_wav--2.wav
176.463499
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
Pagodas from Estampes No. 1
test
2,008
2008/MIDI-Unprocessed_05_R1_2008_01-04_ORIG_MID--AUDIO_05_R1_2008_wav--3.midi
2008/MIDI-Unprocessed_05_R1_2008_01-04_ORIG_MID--AUDIO_05_R1_2008_wav--3.wav
345.819633
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a estampes in the style of Claude Debussy.
Claude Debussy
Pour le piano (Complete)
test
2,015
2015/MIDI-Unprocessed_R2_D2-12-13-15_mid--AUDIO-from_mp3_12_R2_2015_wav--3.midi
2015/MIDI-Unprocessed_R2_D2-12-13-15_mid--AUDIO-from_mp3_12_R2_2015_wav--3.wav
738.958333
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a piano piece in the style of Claude Debussy.
Claude Debussy
Prelude No. 24 "Fireworks"
train
2,008
2008/MIDI-Unprocessed_04_R2_2008_01-04_ORIG_MID--AUDIO_04_R2_2008_wav--1.midi
2008/MIDI-Unprocessed_04_R2_2008_01-04_ORIG_MID--AUDIO_04_R2_2008_wav--1.wav
318.511968
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Prelude No. 6, Book I, "Des pas sur la neige"
test
2,018
2018/MIDI-Unprocessed_Recital16_MID--AUDIO_16_R1_2018_wav--3.midi
2018/MIDI-Unprocessed_Recital16_MID--AUDIO_16_R1_2018_wav--3.wav
247.761504
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Prelude No. 7, Book II, La terrasse des audiences du clair de lune
train
2,018
2018/MIDI-Unprocessed_Recital9-11_MID--AUDIO_10_R1_2018_wav--3.midi
2018/MIDI-Unprocessed_Recital9-11_MID--AUDIO_10_R1_2018_wav--3.wav
297.192545
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Preludes Book II: “Feux d'artifice,” L 123, No. 12
train
2,014
2014/MIDI-UNPROCESSED_06-08_R1_2014_MID--AUDIO_07_R1_2014_wav--5.midi
2014/MIDI-UNPROCESSED_06-08_R1_2014_MID--AUDIO_07_R1_2014_wav--5.wav
257.91908
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Preludes No. 2, 6, 12
train
2,004
2004/MIDI-Unprocessed_SMF_12_01_2004_01-05_ORIG_MID--AUDIO_12_R1_2004_08_Track08_wav.midi
2004/MIDI-Unprocessed_SMF_12_01_2004_01-05_ORIG_MID--AUDIO_12_R1_2004_08_Track08_wav.wav
338.261823
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Preludes No. 2, 6, 12
train
2,004
2004/MIDI-Unprocessed_SMF_12_01_2004_01-05_ORIG_MID--AUDIO_12_R1_2004_09_Track09_wav.midi
2004/MIDI-Unprocessed_SMF_12_01_2004_01-05_ORIG_MID--AUDIO_12_R1_2004_09_Track09_wav.wav
260.039831
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Preludes, Book II, III - La puerta del vino
train
2,013
2013/ORIG-MIDI_01_7_8_13_Group__MID--AUDIO_02_R2_2013_wav--2.midi
2013/ORIG-MIDI_01_7_8_13_Group__MID--AUDIO_02_R2_2013_wav--2.wav
179.321402
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Preludes, Book II, L 123 (Complete)
train
2,014
2014/MIDI-UNPROCESSED_06-08_R1_2014_MID--AUDIO_08_R1_2014_wav--2.midi
2014/MIDI-UNPROCESSED_06-08_R1_2014_MID--AUDIO_08_R1_2014_wav--2.wav
2,463.480443
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Preludes, Book II, L 123, IV. «Les fées sont d'exquises danseuses»
train
2,015
2015/MIDI-Unprocessed_R1_D1-1-8_mid--AUDIO-from_mp3_02_R1_2015_wav--4.midi
2015/MIDI-Unprocessed_R1_D1-1-8_mid--AUDIO-from_mp3_02_R1_2015_wav--4.wav
173.302083
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
Preludes, Book II, VII - La terasse des audiences du clair de lune
train
2,013
2013/ORIG-MIDI_01_7_8_13_Group__MID--AUDIO_02_R2_2013_wav--3.midi
2013/ORIG-MIDI_01_7_8_13_Group__MID--AUDIO_02_R2_2013_wav--3.wav
240.320273
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
PreludesBII/7-12
train
2,006
2006/MIDI-Unprocessed_04_R1_2006_01-04_ORIG_MID--AUDIO_04_R1_2006_02_Track02_wav.midi
2006/MIDI-Unprocessed_04_R1_2006_01-04_ORIG_MID--AUDIO_04_R1_2006_02_Track02_wav.wav
1,184.042619
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of Claude Debussy.
Claude Debussy
SuiteBergamasque
test
2,006
2006/MIDI-Unprocessed_03_R1_2006_01-05_ORIG_MID--AUDIO_03_R1_2006_04_Track04_wav.midi
2006/MIDI-Unprocessed_03_R1_2006_01-05_ORIG_MID--AUDIO_03_R1_2006_04_Track04_wav.wav
942.903705
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a suite in the style of Claude Debussy.
Claude Debussy
Three Etudes
train
2,006
2006/MIDI-Unprocessed_05_R1_2006_01-05_ORIG_MID--AUDIO_05_R1_2006_02_Track02_wav.midi
2006/MIDI-Unprocessed_05_R1_2006_01-05_ORIG_MID--AUDIO_05_R1_2006_02_Track02_wav.wav
727.226837
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a etude in the style of Claude Debussy.
César Franck
Prel./Chor./Fug.
validation
2,006
2006/MIDI-Unprocessed_22_R1_2006_01-04_ORIG_MID--AUDIO_22_R1_2006_02_Track02_wav.midi
2006/MIDI-Unprocessed_22_R1_2006_01-04_ORIG_MID--AUDIO_22_R1_2006_02_Track02_wav.wav
1,188.161205
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of César Franck.
César Franck
Prelude, Choral et Fugue
validation
2,018
2018/MIDI-Unprocessed_Recital8_MID--AUDIO_08_R1_2018_wav--2.midi
2018/MIDI-Unprocessed_Recital8_MID--AUDIO_08_R1_2018_wav--2.wav
1,054.578272
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of César Franck.
César Franck
Prelude, Choral et Fugue
validation
2,018
2018/MIDI-Unprocessed_Recital9-11_MID--AUDIO_10_R1_2018_wav--5.midi
2018/MIDI-Unprocessed_Recital9-11_MID--AUDIO_10_R1_2018_wav--5.wav
1,021.900688
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of César Franck.
César Franck
Prelude, Fugue et Variation, Op. 18, Arrangement Delle Vigne
train
2,018
2018/MIDI-Unprocessed_Recital1-3_MID--AUDIO_01_R1_2018_wav--2.midi
2018/MIDI-Unprocessed_Recital1-3_MID--AUDIO_01_R1_2018_wav--2.wav
632.269667
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of César Franck.
César Franck
Prélude, chorale, et fugue, M. 21
train
2,014
2014/MIDI-UNPROCESSED_16-18_R1_2014_MID--AUDIO_16_R1_2014_wav--3.midi
2014/MIDI-UNPROCESSED_16-18_R1_2014_MID--AUDIO_16_R1_2014_wav--3.wav
706.374828
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a prelude in the style of César Franck.
Domenico Scarlatti
Sonata K. 466
train
2,008
2008/MIDI-Unprocessed_09_R3_2008_01-07_ORIG_MID--AUDIO_09_R3_2008_wav--3.midi
2008/MIDI-Unprocessed_09_R3_2008_01-07_ORIG_MID--AUDIO_09_R3_2008_wav--3.wav
121.187112
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata K. 525
test
2,008
2008/MIDI-Unprocessed_09_R3_2008_01-07_ORIG_MID--AUDIO_09_R3_2008_wav--2.midi
2008/MIDI-Unprocessed_09_R3_2008_01-07_ORIG_MID--AUDIO_09_R3_2008_wav--2.wav
65.948118
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata K. 54
test
2,008
2008/MIDI-Unprocessed_09_R3_2008_01-07_ORIG_MID--AUDIO_09_R3_2008_wav--1.midi
2008/MIDI-Unprocessed_09_R3_2008_01-07_ORIG_MID--AUDIO_09_R3_2008_wav--1.wav
205.774367
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata in A Major, K. 208
test
2,014
2014/MIDI-UNPROCESSED_01-03_R1_2014_MID--AUDIO_01_R1_2014_wav--2.midi
2014/MIDI-UNPROCESSED_01-03_R1_2014_MID--AUDIO_01_R1_2014_wav--2.wav
146.682546
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata in B Minor, K. 197
train
2,009
2009/MIDI-Unprocessed_14_R1_2009_01-05_ORIG_MID--AUDIO_14_R1_2009_14_R1_2009_04_WAV.midi
2009/MIDI-Unprocessed_14_R1_2009_01-05_ORIG_MID--AUDIO_14_R1_2009_14_R1_2009_04_WAV.wav
298.06327
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata in B Minor, K. 27
train
2,009
2009/MIDI-Unprocessed_01_R1_2009_01-04_ORIG_MID--AUDIO_01_R1_2009_01_R1_2009_01_WAV.midi
2009/MIDI-Unprocessed_01_R1_2009_01-04_ORIG_MID--AUDIO_01_R1_2009_01_R1_2009_01_WAV.wav
95.021273
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata in B Minor, K. 87
train
2,018
2018/MIDI-Unprocessed_Recital5-7_MID--AUDIO_07_R1_2018_wav--3.midi
2018/MIDI-Unprocessed_Recital5-7_MID--AUDIO_07_R1_2018_wav--3.wav
294.075561
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata in B Minor, K. 87
train
2,014
2014/MIDI-UNPROCESSED_11-13_R1_2014_MID--AUDIO_13_R1_2014_wav--1.midi
2014/MIDI-UNPROCESSED_11-13_R1_2014_MID--AUDIO_13_R1_2014_wav--1.wav
317.398187
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
Domenico Scarlatti
Sonata in B Minor, L. 33
train
2,009
2009/MIDI-Unprocessed_09_R1_2009_01-04_ORIG_MID--AUDIO_09_R1_2009_09_R1_2009_02_WAV.midi
2009/MIDI-Unprocessed_09_R1_2009_01-04_ORIG_MID--AUDIO_09_R1_2009_09_R1_2009_02_WAV.wav
167.319544
You are a world-class piano composer. Please compose some music according to the user's description:
please generate a sonata in the style of Domenico Scarlatti.
End of preview.

YAML Metadata Warning: empty or missing yaml metadata in repo card

Check out the documentation for more information.

Human performance dataset

Piano MIDI dataset used for training and evaluation. Layout and processing:

  • Source: MAESTRO (or similar) with a prompt (or user_prompt) per piece.
  • Augmentation: dataset_preprocess/augment_dataset.py adds pitch/time/velocity variants; output CSV lists originals and augmented files.
  • Grouping: dataset_preprocess/group_dataset.py copies MIDIs into grouped/ as composer/genre/filename.mid (and augmented/composer/genre/ for augmented). Genre is taken from the prompt text. Writes final.csv with paths under grouped/.
  • Inference CSV: From grouped/ (or any composer/genre/ tree), src.dataset.generate_prompt_batch builds infer.csv (system_prompt, user_prompt, composer, genre) for batch inference.

See dataset_preprocess/dataset_preprocess.md in the repo for commands and details.

Downloads last month
4,644