Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
DOI:
License:
File size: 457 Bytes
d09f52e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | [project]
name = "harmony-dataset"
version = "0.1.0"
description = "Synthetic functional-harmony text-to-text dataset: grammar-generated progressions, music21-verified DCML labels"
readme = "README.md"
authors = [
{ name = "4esv", email = "axel@aesv.io" }
]
requires-python = ">=3.14"
dependencies = [
"datasets>=5.0.0",
"music21>=10.5.0",
"pytest>=9.1.1",
]
[build-system]
requires = ["uv_build>=0.8.22,<0.9.0"]
build-backend = "uv_build"
|