checkpoints/cocochorales/prompted/model.ckptcheckpoints/cocochorales/unprompted/model.ckptcheckpoints/maestro/prompted/model.ckptcheckpoints/maestro/unprompted/model.ckptTrack 0 = Extra, Track 1 = Missed, Track 2 = Correct.| Dataset | Variant | Onset F1 | Extra F1 (Track 0) | Missed F1 (Track 1) | Correct F1 (Track 2) |
|---|---|---|---|---|---|
| CocoChorales-E | Prompted | 0.9525 | 0.6007 | 0.5977 | 0.9712 |
| CocoChorales-E | Unprompted | 0.9488 | 0.5871 | 0.5923 | 0.9685 |
| MAESTRO-E | Prompted | 0.9389 | 0.8561 | 0.5349 | 0.9441 |
| MAESTRO-E | Unprompted | 0.9301 | 0.8002 | 0.4483 | 0.9349 |
1from huggingface_hub import hf_hub_download
2
3ckpt = hf_hub_download(
4 repo_id="ben2002chou/laddersym-checkpoints",
5 filename="checkpoints/maestro/prompted/model.ckpt",
6)
7print(ckpt)