| { | |
| "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" | |
| } | |
| } | |