CoolFace
Datasetpublic

jha2ee/Sound_Spectrogram

Dataset Card for "Sound_Spectrogram" Questions about dataset What is Spectrogram? How were these converted to image? Where is dataset from? How can I use this? More Information needed

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes15downloads
README.md87 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: label7    dtype:8      class_label:9        names:10          '0': Sound_Drum11          '1': Sound_Piano12          '2': Sound_Violin13          '3': airplane14          '4': breathing15          '5': brushing_teeth16          '6': can_opening17          '7': car_horn18          '8': cat19          '9': chainsaw20          '10': chirping_birds21          '11': church_bells22          '12': clapping23          '13': clock_alarm24          '14': clock_tick25          '15': coughing26          '16': cow27          '17': crackling_fire28          '18': crickets29          '19': crow30          '20': crying_baby31          '21': dog32          '22': door_wood_creaks33          '23': door_wood_knock34          '24': drinking_sipping35          '25': engine36          '26': fireworks37          '27': footsteps38          '28': frog39          '29': glass_breaking40          '30': helicopter41          '31': hen42          '32': insects43          '33': keyboard_typing44          '34': laughing45          '35': mouse_click46          '36': pig47          '37': pouring_water48          '38': rain49          '39': rooster50          '40': sea_waves51          '41': sheep52          '42': siren53          '43': sneezing54          '44': snoring55          '45': toilet_flush56          '46': train57          '47': vacuum_cleaner58          '48': washing_machine59          '49': water_drops60          '50': wind61  splits:62  - name: train63    num_bytes: 141766644.63564    num_examples: 198165  download_size: 14154793166  dataset_size: 141766644.63567task_categories:68- feature-extraction69tags:70- sound71- environment72- instrument73- effect74---75# Dataset Card for "Sound_Spectrogram"76 77 78# Questions about dataset791. What is Spectrogram?80 812. How were these converted to image?82 833. Where is dataset from?84 854. How can I use this?86 87[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)