MMT / model.json
Vansh Chugh
initial deploy
3f552af
Raw
History Blame Contribute Delete
563 Bytes
{
"name": "MMT",
"package_dir": "mmt",
"entry_point": ["representation", "music_x_transformers"],
"checkpoint": {
"location": "committed directly to Space repo at checkpoints/sod-ape/",
"structure": "train-args.json + checkpoints/best_model.pt, preserving the exact relative layout mmt/generate.py expects (train_args = utils.load_json(out_dir / 'train-args.json'); model.load_state_dict(torch.load(out_dir / 'checkpoints' / 'best_model.pt'))",
"size_mb": 80,
"source": "sod/ape/ from the README's Pretrained Models SharePoint link"
}
}