juancopi81 commited on
Commit
d11b4bf
1 Parent(s): ac4363a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -21,6 +21,7 @@ task_ids:
21
  - [Dataset Structure](#dataset-structure)
22
  - [Data Instances](#data-instances)
23
  - [Data Fields](#data-fields)
 
24
 
25
  ## Dataset Description
26
 
@@ -63,4 +64,13 @@ NOTE_OFF: End of musical note specifying its MIDI note number
63
 
64
  ### Data Fields
65
 
66
- - `text`: Sequence of tokens that represent the guitar piece as explained in the paper [MMM: Exploring Conditional Multi-Track Music Generation with the Transformer](https://arxiv.org/abs/2008.06048).
 
 
 
 
 
 
 
 
 
 
21
  - [Dataset Structure](#dataset-structure)
22
  - [Data Instances](#data-instances)
23
  - [Data Fields](#data-fields)
24
+ - [Data Splits](#data-splits)
25
 
26
  ## Dataset Description
27
 
 
64
 
65
  ### Data Fields
66
 
67
+ - `text`: Sequence of tokens that represent the guitar piece as explained in the paper [MMM: Exploring Conditional Multi-Track Music Generation with the Transformer](https://arxiv.org/abs/2008.06048).
68
+
69
+ ### Data Splits
70
+
71
+ There are, at this moment, 395 MIDI guitar files in the Mutopia Project. I removed files of pieces that were not music for soloist guitar. After this removal, there were 372 MIDI files.
72
+
73
+ I used an 80/20 split and augmented the training dataset by transposing the piece 1 octave above and below (24 semitones). The final result is then:
74
+
75
+ **Train dataset:** 7325 pieces
76
+ **Test dataset:** 74 pieces