MuhammadQASIM111 commited on
Commit
8113672
·
verified ·
1 Parent(s): 04166df

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +30 -0
dataset_infos.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ {
3
+ "animal-sound-classification": {
4
+ "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.",
5
+ "citation": "@dataset{qasim2025animalsounds, title = {Animal Sound Classification Dataset}, author = {Muhammad Qasim}, year = {2025}, url = {https://huggingface.co/datasets/your-username/animal-sounds-classification}}",
6
+ "homepage": "https://huggingface.co/datasets/MuhammadQASIM111/Animal_Sound_Classification",
7
+ "license": "mit",
8
+ "features": {
9
+ "audio": {
10
+ "type": "Audio",
11
+ "sampling_rate": 16000
12
+ },
13
+ "label": {
14
+ "type": "ClassLabel",
15
+ "names": ["dog", "cat", "cow"]
16
+ }
17
+ },
18
+ "splits": {
19
+ "train": {
20
+ "name": "train",
21
+ "num_bytes": 52428800,
22
+ "num_examples": 300,
23
+ "dataset_name": "animal-sound-classification"
24
+ }
25
+ },
26
+ "download_size": 52428800,
27
+ "dataset_size": 52428800,
28
+ "version": "1.0.0"
29
+ }
30
+ }