sander-wood commited on
Commit
2777b14
1 Parent(s): acf010e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ The **Irish Massive ABC Notation ([IrishMAN](https://huggingface.co/datasets/san
35
 
36
  Each tune is automatically annotated with control codes derived from ABC symbols, as described in Section 2.2. These control codes offer insights into the musical forms and structures of each composition.
37
 
38
- In the IrishMAN dataset, a [music21](https://web.mit.edu/music21/doc/index.html#)-filtered [subset](https://huggingface.co/datasets/sander-wood/irishman/blob/main/leadsheet.json) includes 34,211 lead sheets, each human-annotated with chord symbols. It is from this very subset that [TunesFormer](https://huggingface.co/sander-wood/tunesformer) developed its capacity to generate melodies with harmonies.
39
 
40
  A noteworthy aspect is the copyright status. All tunes in the dataset are in the public domain, ensuring ethical and legal usage for research and creative projects.
41
 
@@ -72,7 +72,7 @@ B:9
72
  L:1/8
73
  M:3/4
74
  K:D
75
- de |"D" """
76
  ```
77
 
78
  3. Run the script `generate.py`. When running a script for the first time, the downloaded weights will be cached for future reuse.
 
35
 
36
  Each tune is automatically annotated with control codes derived from ABC symbols, as described in Section 2.2. These control codes offer insights into the musical forms and structures of each composition.
37
 
38
+ In the IrishMAN dataset, a [music21](https://web.mit.edu/music21/doc/index.html#)-filtered [subset](https://huggingface.co/datasets/sander-wood/irishman/blob/main/leadsheet.json) includes 34,211 lead sheets, each human-annotated with chord symbols. It is from this very subset that TunesFormer developed its capacity to generate melodies with harmonies.
39
 
40
  A noteworthy aspect is the copyright status. All tunes in the dataset are in the public domain, ensuring ethical and legal usage for research and creative projects.
41
 
 
72
  L:1/8
73
  M:3/4
74
  K:D
75
+ de |"D"
76
  ```
77
 
78
  3. Run the script `generate.py`. When running a script for the first time, the downloaded weights will be cached for future reuse.