Commit ·
833fbdb
1
Parent(s): e849583
Upload label_encoder.txt
Browse files- label_encoder.txt +52 -0
label_encoder.txt
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
'dog' => 0
|
| 2 |
+
'chirping_birds' => 1
|
| 3 |
+
'vacuum_cleaner' => 2
|
| 4 |
+
'thunderstorm' => 3
|
| 5 |
+
'door_wood_knock' => 4
|
| 6 |
+
'can_opening' => 5
|
| 7 |
+
'crow' => 6
|
| 8 |
+
'clapping' => 7
|
| 9 |
+
'fireworks' => 8
|
| 10 |
+
'chainsaw' => 9
|
| 11 |
+
'airplane' => 10
|
| 12 |
+
'mouse_click' => 11
|
| 13 |
+
'pouring_water' => 12
|
| 14 |
+
'train' => 13
|
| 15 |
+
'sheep' => 14
|
| 16 |
+
'water_drops' => 15
|
| 17 |
+
'church_bells' => 16
|
| 18 |
+
'clock_alarm' => 17
|
| 19 |
+
'keyboard_typing' => 18
|
| 20 |
+
'wind' => 19
|
| 21 |
+
'footsteps' => 20
|
| 22 |
+
'frog' => 21
|
| 23 |
+
'cow' => 22
|
| 24 |
+
'brushing_teeth' => 23
|
| 25 |
+
'car_horn' => 24
|
| 26 |
+
'crackling_fire' => 25
|
| 27 |
+
'helicopter' => 26
|
| 28 |
+
'drinking_sipping' => 27
|
| 29 |
+
'rain' => 28
|
| 30 |
+
'insects' => 29
|
| 31 |
+
'laughing' => 30
|
| 32 |
+
'hen' => 31
|
| 33 |
+
'engine' => 32
|
| 34 |
+
'breathing' => 33
|
| 35 |
+
'crying_baby' => 34
|
| 36 |
+
'hand_saw' => 35
|
| 37 |
+
'coughing' => 36
|
| 38 |
+
'glass_breaking' => 37
|
| 39 |
+
'snoring' => 38
|
| 40 |
+
'toilet_flush' => 39
|
| 41 |
+
'pig' => 40
|
| 42 |
+
'washing_machine' => 41
|
| 43 |
+
'clock_tick' => 42
|
| 44 |
+
'sneezing' => 43
|
| 45 |
+
'rooster' => 44
|
| 46 |
+
'sea_waves' => 45
|
| 47 |
+
'siren' => 46
|
| 48 |
+
'cat' => 47
|
| 49 |
+
'door_wood_creaks' => 48
|
| 50 |
+
'crickets' => 49
|
| 51 |
+
================
|
| 52 |
+
'starting_index' => 0
|