File size: 1,056 Bytes
1490ac3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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"
  }
}