sander-wood
commited on
Commit
•
103983b
1
Parent(s):
04eed52
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ The IrishMAN dataset serves as a comprehensive resource for researchers in music
|
|
19 |
|
20 |
## Control Codes
|
21 |
|
22 |
-
Drawing inspiration from [CTRL](https://huggingface.co/ctrl), control codes are incorporated into TunesFormer to represent musical forms. These codes, positioned before the ABC notation, allow users to specify the structures of the generated tunes. The following control codes are introduced:
|
23 |
|
24 |
- **B:number of bars**: This code enables users to define the desired number of bars within a section. It utilizes the bar symbol `|` to establish the length of each section. The dataset's section length ranges from 1 to 32 bars (e.g., `B:1` for a one-bar section, and `B:32` for a section with 32 bars).
|
25 |
|
|
|
19 |
|
20 |
## Control Codes
|
21 |
|
22 |
+
Drawing inspiration from [CTRL](https://huggingface.co/ctrl), control codes are incorporated into [TunesFormer](https://huggingface.co/sander-wood/tunesformer) to represent musical forms. These codes, positioned before the ABC notation, allow users to specify the structures of the generated tunes. The following control codes are introduced:
|
23 |
|
24 |
- **B:number of bars**: This code enables users to define the desired number of bars within a section. It utilizes the bar symbol `|` to establish the length of each section. The dataset's section length ranges from 1 to 32 bars (e.g., `B:1` for a one-bar section, and `B:32` for a section with 32 bars).
|
25 |
|