yalishanda commited on
Commit
035db12
·
verified ·
1 Parent(s): 5dcc144

Upload lightgbm_features.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. lightgbm_features.json +166 -0
lightgbm_features.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_names": [
3
+ "voice",
4
+ "genre",
5
+ "style",
6
+ "time_signature",
7
+ "beat_type",
8
+ "nearest_subdiv",
9
+ "phase_beat",
10
+ "phase_bar",
11
+ "sin_beat",
12
+ "cos_beat",
13
+ "sin_bar",
14
+ "cos_bar",
15
+ "swing_ratio",
16
+ "log_time_to_prev",
17
+ "log_time_to_next",
18
+ "log_same_voice_prev",
19
+ "log_same_voice_next",
20
+ "simult_count",
21
+ "density_1beat",
22
+ "bpm",
23
+ "simult_kick",
24
+ "simult_snare",
25
+ "simult_snare-accent",
26
+ "simult_side-stick",
27
+ "simult_closed-hh",
28
+ "simult_closed-hh-edge",
29
+ "simult_pedal-hh",
30
+ "simult_open-hh",
31
+ "simult_ride",
32
+ "simult_ride-bell",
33
+ "simult_tom",
34
+ "simult_crash",
35
+ "simult_aux-cymbal",
36
+ "simult_aux-perc"
37
+ ],
38
+ "categorical_features": [
39
+ "voice",
40
+ "genre",
41
+ "style",
42
+ "time_signature",
43
+ "beat_type",
44
+ "nearest_subdiv"
45
+ ],
46
+ "categorical_levels": {
47
+ "voice": [
48
+ "aux-cymbal",
49
+ "aux-perc",
50
+ "closed-hh",
51
+ "closed-hh-edge",
52
+ "crash",
53
+ "kick",
54
+ "open-hh",
55
+ "pedal-hh",
56
+ "ride",
57
+ "ride-bell",
58
+ "side-stick",
59
+ "snare",
60
+ "snare-accent",
61
+ "tom"
62
+ ],
63
+ "genre": [
64
+ "afrobeat",
65
+ "afrocuban",
66
+ "blues",
67
+ "country",
68
+ "dance",
69
+ "funk",
70
+ "gospel",
71
+ "hiphop",
72
+ "jazz",
73
+ "latin",
74
+ "middleeastern",
75
+ "neworleans",
76
+ "pop",
77
+ "punk",
78
+ "reggae",
79
+ "rock",
80
+ "soul"
81
+ ],
82
+ "style": [
83
+ "afrobeat",
84
+ "afrocuban",
85
+ "afrocuban/bembe",
86
+ "afrocuban/calypso",
87
+ "afrocuban/rhumba",
88
+ "blues/shuffle",
89
+ "country",
90
+ "dance/breakbeat",
91
+ "dance/disco",
92
+ "funk",
93
+ "funk/fast",
94
+ "funk/latin",
95
+ "funk/purdieshuffle",
96
+ "funk/rock",
97
+ "gospel",
98
+ "hiphop",
99
+ "jazz",
100
+ "jazz/fast",
101
+ "jazz/funk",
102
+ "jazz/fusion",
103
+ "jazz/klezmer",
104
+ "jazz/linear",
105
+ "jazz/march",
106
+ "jazz/mediumfast",
107
+ "jazz/swing",
108
+ "latin",
109
+ "latin/ando",
110
+ "latin/brazilian",
111
+ "latin/brazilian-baiao",
112
+ "latin/brazilian-bossa",
113
+ "latin/brazilian-ijexa",
114
+ "latin/brazilian-maracatu",
115
+ "latin/brazilian-samba",
116
+ "latin/brazilian-sambareggae",
117
+ "latin/brazilian-songo",
118
+ "latin/chacarera",
119
+ "latin/dominican-merengue",
120
+ "latin/merengue",
121
+ "latin/reggaeton",
122
+ "latin/samba",
123
+ "latin/venezuelan-merengue",
124
+ "latin/venezuelan-sangueo",
125
+ "middleeastern",
126
+ "neworleans/chacha",
127
+ "neworleans/funk",
128
+ "neworleans/secondline",
129
+ "neworleans/shuffle",
130
+ "pop",
131
+ "pop/soft",
132
+ "punk",
133
+ "reggae",
134
+ "reggae/slow",
135
+ "rock",
136
+ "rock/folk",
137
+ "rock/halftime",
138
+ "rock/indie",
139
+ "rock/prog",
140
+ "rock/rockabilly",
141
+ "rock/shuffle",
142
+ "soul",
143
+ "soul/motown"
144
+ ],
145
+ "time_signature": [
146
+ "3-4",
147
+ "4-4",
148
+ "5-4",
149
+ "5-8",
150
+ "6-8"
151
+ ],
152
+ "beat_type": [
153
+ "beat",
154
+ "fill"
155
+ ],
156
+ "nearest_subdiv": [
157
+ "16th",
158
+ "32nd",
159
+ "8th",
160
+ "8th-triplet",
161
+ "quintuplet"
162
+ ]
163
+ },
164
+ "best_iteration": 206,
165
+ "note": "Build the feature vector in feature_names order; pass each categorical as its index in categorical_levels[col]."
166
+ }