Datasets:
Upload bach-invention/project.toml with huggingface_hub
Browse files- bach-invention/project.toml +19 -0
bach-invention/project.toml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "bach-invention"
|
| 3 |
+
title = "Bach Invention"
|
| 4 |
+
license = "PD"
|
| 5 |
+
description = "Auto-generated from MIDI classical dataset, search: bach invention"
|
| 6 |
+
created = "2026-03-26T23:32:38Z"
|
| 7 |
+
|
| 8 |
+
[sources.midi]
|
| 9 |
+
dir = "midi"
|
| 10 |
+
count = 15
|
| 11 |
+
|
| 12 |
+
[tiles]
|
| 13 |
+
count = 71
|
| 14 |
+
pattern = "{:02}.png"
|
| 15 |
+
width = 512
|
| 16 |
+
height = 512
|
| 17 |
+
|
| 18 |
+
[segments]
|
| 19 |
+
names = ["midi_bundle", "metadata", "erdfa"]
|