sander-wood
commited on
Commit
•
1b073d3
1
Parent(s):
45ed8e4
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ As a comprehensive resource, the IrishMAN dataset caters to researchers in music
|
|
19 |
|
20 |
## Control Codes
|
21 |
|
22 |
-
Inspired by [CTRL](https://huggingface.co/ctrl),
|
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 |
+
Inspired by [CTRL](https://huggingface.co/ctrl), we incorporate control codes into [TunesFormer](https://huggingface.co/sander-wood/tunesformer) to represent musical forms. These codes, positioned ahead of the ABC notation, enable 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 |
|