#!/bin/bash # Download and prepare the dataset set -e cd "$(dirname "$0")/.." echo "Installing dependencies..." pip install -r requirements.txt echo "Dataset will be downloaded automatically during training via HuggingFace datasets." echo "Dataset: drengskapur/midi-classical-music (~50MB, 4.8K MIDI files)" echo "Done!"