Musical Improvisation Dataset
Structured MIDI-like sequences with tempo, key, genre, style, and cluster labels
@kaggle.ziya07_musical_improvisation_dataset
Structured MIDI-like sequences with tempo, key, genre, style, and cluster labels
@kaggle.ziya07_musical_improvisation_dataset
CREATE TABLE maestro_v3_0_0 (
"canonical_composer" VARCHAR,
"canonical_title" VARCHAR,
"split" VARCHAR,
"year" BIGINT,
"midi_filename" VARCHAR,
"audio_filename" VARCHAR,
"duration" DOUBLE
);
CREATE TABLE musical_improvisation_dataset (
"phrase_id" BIGINT,
"note_sequence" VARCHAR,
"duration_sequence" VARCHAR,
"velocity_sequence" VARCHAR,
"tempo" DOUBLE,
"key" VARCHAR,
"genre" VARCHAR,
"style_label" VARCHAR,
"cluster_label" BIGINT
);
Anyone who has the link will be able to view this.