File size: 563 Bytes
3f552af
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
  }
}