{
    "model_type": "musicgen",
    "sample_size": 320000,
    "sample_rate": 32000,
    "audio_channels": 1,
    "model": {
        "pretrained": "small"
    },
    "training": {
        "learning_rate": 1e-4,
        "demo": {
            "demo_every": 2000,
            "demo_cond": [
                {"prompt": "Keywords: Atmospheres, Orchestral Drone, Bass, Sci-Fi Ambient Soundscape, Synthesiser, Middle Eastern Vocal, dramatic piano"},
                {"prompt": "Genre: Corporate|Instruments: Ukulele, Drums, Clapping, Glockenspiel"},
                {"prompt": "Description: 116 BPM rock drums, drum track for a rock song"},
                {"prompt": "A grand orchestral arrangement with thunderous percussion, epic brass fanfares, and soaring strings, creating a cinematic atmosphere fit for a heroic battle."}
            ],
            "demo_cfg_scales": [3, 6, 9]
        }
    }
}