This repository contains two independently usable but analysis-aligned music collections. The default paired configuration loads both groups; the focus and classical configurations load either group independently. Each configuration preserves discovery, validation, and holdout splits.
from datasets import load_dataset
paired = load_dataset("OWNER/open-focus-classical-600", "paired")
focus = load_dataset("OWNER/open-focus-classical-600", "focus")… See the full description on the dataset page:
https://huggingface.co/datasets/fisheryv/open-focus-classical-600.