ben2002chou commited on
Commit
4efb671
·
verified ·
1 Parent(s): 1f87da9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # LadderSym Checkpoints (Single Repo Bundle)
2
 
3
  This private repo bundles four LadderSym evaluation checkpoints in one place.
@@ -6,11 +20,11 @@ Repo: `ben2002chou/laddersym-checkpoints-preview`
6
 
7
  ## Variants
8
 
9
- | Variant | Dataset | Prompt mode | Run ID | Checkpoint path |
10
- |---|---|---|---|---|
11
- | `cocochorales-prompted` | CocoChorales-E | prompted | `5o2xw4qu` | `checkpoints/cocochorales/prompted/model.ckpt` |
12
- | `cocochorales-unprompted` | CocoChorales-E | unprompted | `l8n925ni` | `checkpoints/cocochorales/unprompted/model.ckpt` |
13
- | `maestro-prompted` | MAESTRO-E | prompted | `e4iv21me` | `checkpoints/maestro/prompted/model.ckpt` |
14
- | `maestro-unprompted` | MAESTRO-E | unprompted | `2tx99a3d` | `checkpoints/maestro/unprompted/model.ckpt` |
15
 
16
  Each variant also has a model card under `variants/<variant>/README.md`.
 
1
+ ---
2
+ license: mit
3
+ library_name: pytorch
4
+ tags:
5
+ - music
6
+ - audio
7
+ - midi
8
+ - error-detection
9
+ - laddersym
10
+ datasets:
11
+ - MAESTRO-E
12
+ - CocoChorales-E
13
+ ---
14
+
15
  # LadderSym Checkpoints (Single Repo Bundle)
16
 
17
  This private repo bundles four LadderSym evaluation checkpoints in one place.
 
20
 
21
  ## Variants
22
 
23
+ | Variant | Dataset | Prompt mode | Checkpoint path |
24
+ |---|---|---|---|
25
+ | `cocochorales-prompted` | CocoChorales-E | prompted | `checkpoints/cocochorales/prompted/model.ckpt` |
26
+ | `cocochorales-unprompted` | CocoChorales-E | unprompted | `checkpoints/cocochorales/unprompted/model.ckpt` |
27
+ | `maestro-prompted` | MAESTRO-E | prompted | `checkpoints/maestro/prompted/model.ckpt` |
28
+ | `maestro-unprompted` | MAESTRO-E | unprompted | `checkpoints/maestro/unprompted/model.ckpt` |
29
 
30
  Each variant also has a model card under `variants/<variant>/README.md`.