Skip to content

imabeastdrew/models

Repository files navigation

Music Agent

An unfaithful reimplementation of ReaLchords paper.

Setup

# Install deps
uv sync

Training Example

musicagent-train --mode offline --epochs 100

musicagent-train --mode online --epochs 100

CLI

musicagent-preprocess --help
musicagent-train --help
musicagent-eval --help

Without package:

python -m musicagent.scripts.preprocess --help
python -m musicagent.training --help
python -m musicagent.eval --help

End-to-end workflow

musicagent-preprocess --input sheetsage-data/hooktheory/Hooktheory.json --output realchords_data
musicagent-train --mode offline --epochs 100
musicagent-eval --mode offline --checkpoint checkpoints/offline/best_model.pt

About

Music Agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors