sander-wood
commited on
Commit
•
ff9327a
1
Parent(s):
4372412
Update README.md
Browse files
README.md
CHANGED
@@ -9,16 +9,6 @@ tags:
|
|
9 |
- music
|
10 |
---
|
11 |
|
12 |
-
## Dataset Summary
|
13 |
-
|
14 |
-
The **Irish Massive ABC Notation (IrishMAN)** dataset includes 216,284 Irish music tunes transcribed in ABC notation. These tunes were collected from thesession.org and abcnotation.com, both renowned for sharing traditional music. To ensure uniformity in formatting, all tunes were converted to XML and then back to ABC using [scripts](https://wim.vree.org/svgParse/), and fields containing natural language (e.g., titles and lyrics) were removed.
|
15 |
-
|
16 |
-
Each tune is automatically annotated with control codes derived from ABC symbols, as described in below. These control codes offer insights into the musical forms and structures of each composition.
|
17 |
-
|
18 |
-
Among the rich features of the IrishMAN dataset is a specific [subset](https://huggingface.co/datasets/sander-wood/irishman/blob/main/harmony.json) that contains over 40,000 tunes, each human-annotated with chord symbols. This addition considerably broadens the dataset's scope, making it especially suitable for applications in melody harmonization and harmonic analysis.
|
19 |
-
|
20 |
-
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.
|
21 |
-
|
22 |
## ABC Notation
|
23 |
|
24 |
ABC notation is an ASCII-based plain text musical notation system that is commonly used for transcribing traditional music and sharing sheet music online. It provides a simple and concise way to represent musical elements such as notes, rhythms, chords, and more.
|
@@ -29,6 +19,16 @@ For those looking to interact with ABC notation in various ways, there are sever
|
|
29 |
|
30 |
2. **[ABC Sheet Music Editor - EasyABC](https://easyabc.sourceforge.net/):** EasyABC is a user-friendly software application designed for creating, editing, and formatting ABC notation. Its graphical interface enables you to input your ABC code, preview the sheet music, and make adjustments as necessary.
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
## Control Codes
|
33 |
|
34 |
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:
|
|
|
9 |
- music
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
## ABC Notation
|
13 |
|
14 |
ABC notation is an ASCII-based plain text musical notation system that is commonly used for transcribing traditional music and sharing sheet music online. It provides a simple and concise way to represent musical elements such as notes, rhythms, chords, and more.
|
|
|
19 |
|
20 |
2. **[ABC Sheet Music Editor - EasyABC](https://easyabc.sourceforge.net/):** EasyABC is a user-friendly software application designed for creating, editing, and formatting ABC notation. Its graphical interface enables you to input your ABC code, preview the sheet music, and make adjustments as necessary.
|
21 |
|
22 |
+
## Dataset Summary
|
23 |
+
|
24 |
+
The **Irish Massive ABC Notation (IrishMAN)** dataset includes 216,284 Irish music tunes transcribed in ABC notation. These tunes were collected from thesession.org and abcnotation.com, both renowned for sharing traditional music. To ensure uniformity in formatting, all tunes were converted to XML and then back to ABC using [scripts](https://wim.vree.org/svgParse/), and fields containing natural language (e.g., titles and lyrics) were removed.
|
25 |
+
|
26 |
+
Each tune is automatically annotated with control codes derived from ABC symbols, as described in below. These control codes offer insights into the musical forms and structures of each composition.
|
27 |
+
|
28 |
+
Among the rich features of the IrishMAN dataset is a specific [subset](https://huggingface.co/datasets/sander-wood/irishman/blob/main/harmony.json) that contains over 40,000 tunes, each human-annotated with chord symbols. This addition considerably broadens the dataset's scope, making it especially suitable for applications in melody harmonization and harmonic analysis.
|
29 |
+
|
30 |
+
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.
|
31 |
+
|
32 |
## Control Codes
|
33 |
|
34 |
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:
|