AriaLM / scripts /download_data.sh
krishnah27's picture
Upload folder using huggingface_hub
30e9297 verified
Raw
History Blame Contribute Delete
321 Bytes
#!/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!"