File size: 3,498 Bytes
adbedd6
 
f027368
d163539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81e7264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6d47437
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929f5e7
f027368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929f5e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f027368
d163539
 
 
 
81e7264
 
 
 
6d47437
 
 
 
f027368
 
 
 
929f5e7
 
 
 
adbedd6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
---

license: mit
dataset_info:
- config_name: chords
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
        mono: false
  - name: root_note_name
    dtype: string
  - name: chord_type
    dtype: string
  - name: inversion
    dtype: int64
  - name: root_note_is_accidental
    dtype: bool
  - name: root_note_pitch_class
    dtype: int64
  - name: midi_program_num
    dtype: int64
  - name: midi_program_name
    dtype: string
  - name: midi_category
    dtype: string
  splits:
  - name: train
    num_bytes: 18697466628.48
    num_examples: 13248
  download_size: 18637787206
  dataset_size: 18697466628.48
- config_name: notes
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
        mono: false
  - name: root_note_name
    dtype: string
  - name: root_note_pitch_class
    dtype: int64
  - name: octave
    dtype: int64
  - name: root_note_is_accidental
    dtype: bool
  - name: register
    dtype: int64
  - name: midi_note_val
    dtype: int64
  - name: midi_program_num
    dtype: int64
  - name: midi_program_name
    dtype: string
  - name: midi_category
    dtype: string
  splits:
  - name: train
    num_bytes: 14023184428.832
    num_examples: 9936
  download_size: 13804952340
  dataset_size: 14023184428.832
- config_name: scales
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
        mono: false
  - name: root_note_name
    dtype: string
  - name: mode
    dtype: string
  - name: play_style
    dtype: int64
  - name: play_style_name
    dtype: string
  - name: midi_program_num
    dtype: int64
  - name: midi_program_name
    dtype: string
  - name: midi_category
    dtype: string
  splits:
  - name: train
    num_bytes: 21813743576.416
    num_examples: 15456
  download_size: 21806379646
  dataset_size: 21813743576.416
- config_name: tempos
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
        mono: false
  - name: bpm
    dtype: int64
  - name: click_config_name
    dtype: string
  - name: midi_program_num
    dtype: int64
  - name: offset_time
    dtype: float64
  splits:
  - name: train
    num_bytes: 2840527084.0
    num_examples: 4025
  download_size: 1323717012
  dataset_size: 2840527084.0
- config_name: time_signatures
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
        mono: false
  - name: time_signature
    dtype: string
  - name: time_signature_beats
    dtype: int64
  - name: time_signature_subdivision
    dtype: int64
  - name: is_compound
    dtype: int64
  - name: bpm
    dtype: int64
  - name: click_config_name
    dtype: string
  - name: midi_program_num
    dtype: int64
  - name: offset_time
    dtype: float64
  - name: reverb_level
    dtype: int64
  splits:
  - name: train
    num_bytes: 846915090.0
    num_examples: 1200
  download_size: 692431621
  dataset_size: 846915090.0
configs:
- config_name: chords
  data_files:
  - split: train
    path: chords/train-*
- config_name: notes
  data_files:
  - split: train
    path: notes/train-*
- config_name: scales
  data_files:
  - split: train
    path: scales/train-*
- config_name: tempos
  data_files:
  - split: train
    path: tempos/train-*
- config_name: time_signatures
  data_files:
  - split: train
    path: time_signatures/train-*
---