Animal_Sound_Classification / dataset_infos.json
MuhammadQASIM111's picture
Rename infos.json to dataset_infos.json
de68275 verified
raw
history blame
1.06 kB
{
"animal-sound-classification": {
"description": "A meticulously curated dataset of labeled animal sounds (dogs, cats, cows) for audio classification tasks. The dataset contains trimmed and cleaned audio clips with labels.",
"citation": "@dataset{qasim2025animalsounds, title = {Animal Sound Classification Dataset}, author = {Muhammad Qasim}, year = {2025}, url = {https://huggingface.co/datasets/MuhammadQASIM111/Animal_Sound_Classification}}",
"homepage": "https://huggingface.co/datasets/MuhammadQASIM111/Animal_Sound_Classification",
"license": "mit",
"features": {
"audio": {
"_type": "Audio",
"sampling_rate": 16000
},
"label": {
"_type": "ClassLabel",
"names": ["dog", "cat", "cow"]
}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 52428800,
"num_examples": 300,
"dataset_name": "animal-sound-classification"
}
},
"download_size": 52428800,
"dataset_size": 52428800,
"version": "1.0.0"
}
}