datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
GT-Music-Genre
GT-Music-Genre
This is an audio classification dataset for Music Analysis.
Classes = 10 , Split = Train-Test
Structure
audios folder contains audio files.
train.csv for training split and test.csv for the testing split.
Download
import os
import huggingface_hub
audio_datasets_path = "DATASET_PATH/Audio-Datasets"
if not os.path.exists(audio_datasets_path): print(f"Given {audio_datasets_path=} does not exist. Specify a valid path ending with… See the full description on the dataset page: https://huggingface.co/datasets/MahiA/GT-Music-Genre.FalAI
Dataset Card for FalAI Dataset
Dataset Summary
The FalAI dataset consists of a total of 265,603 audio files (wav) with associated annotations in the form of metadata.
The FalAI dataset is designed for SLU (Spoken Language Understanding) and is the largest publicly released dataset, in any language, for the task of SLU.
Metadata is available for each recording, including the reference phrase, validation label, user id, demographics such as age, accent, gender, locality and… See the full description on the dataset page: https://huggingface.co/datasets/GTM-UVigo/FalAI.
