Rename dataset_infos.json to dataset_info.json
Browse files- dataset_info.json +67 -0
- dataset_infos.json +0 -29
dataset_info.json
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "A dataset containing MFCC features extracted from audio files.",
|
| 3 |
+
"features": {
|
| 4 |
+
"filename": {
|
| 5 |
+
"description": "Name of the audio file.",
|
| 6 |
+
"dtype": "string"
|
| 7 |
+
},
|
| 8 |
+
"mfcc_1": {
|
| 9 |
+
"description": "First MFCC feature.",
|
| 10 |
+
"dtype": "float64"
|
| 11 |
+
},
|
| 12 |
+
"mfcc_2": {
|
| 13 |
+
"description": "Second MFCC feature.",
|
| 14 |
+
"dtype": "float64"
|
| 15 |
+
},
|
| 16 |
+
"mfcc_3": {
|
| 17 |
+
"description": "Third MFCC feature.",
|
| 18 |
+
"dtype": "float64"
|
| 19 |
+
},
|
| 20 |
+
"mfcc_4": {
|
| 21 |
+
"description": "Fourth MFCC feature.",
|
| 22 |
+
"dtype": "float64"
|
| 23 |
+
},
|
| 24 |
+
"mfcc_5": {
|
| 25 |
+
"description": "Fifth MFCC feature.",
|
| 26 |
+
"dtype": "float64"
|
| 27 |
+
},
|
| 28 |
+
"mfcc_6": {
|
| 29 |
+
"description": "Sixth MFCC feature.",
|
| 30 |
+
"dtype": "float64"
|
| 31 |
+
},
|
| 32 |
+
"mfcc_7": {
|
| 33 |
+
"description": "Seventh MFCC feature.",
|
| 34 |
+
"dtype": "float64"
|
| 35 |
+
},
|
| 36 |
+
"mfcc_8": {
|
| 37 |
+
"description": "Eighth MFCC feature.",
|
| 38 |
+
"dtype": "float64"
|
| 39 |
+
},
|
| 40 |
+
"mfcc_9": {
|
| 41 |
+
"description": "Ninth MFCC feature.",
|
| 42 |
+
"dtype": "float64"
|
| 43 |
+
},
|
| 44 |
+
"mfcc_10": {
|
| 45 |
+
"description": "Tenth MFCC feature.",
|
| 46 |
+
"dtype": "float64"
|
| 47 |
+
},
|
| 48 |
+
"mfcc_11": {
|
| 49 |
+
"description": "Eleventh MFCC feature.",
|
| 50 |
+
"dtype": "float64"
|
| 51 |
+
},
|
| 52 |
+
"mfcc_12": {
|
| 53 |
+
"description": "Twelfth MFCC feature.",
|
| 54 |
+
"dtype": "float64"
|
| 55 |
+
},
|
| 56 |
+
"mfcc_13": {
|
| 57 |
+
"description": "Thirteenth MFCC feature.",
|
| 58 |
+
"dtype": "float64"
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"splits": {
|
| 62 |
+
"train": {
|
| 63 |
+
"num_bytes": 114400,
|
| 64 |
+
"num_examples": 1045
|
| 65 |
+
}
|
| 66 |
+
}
|
| 67 |
+
}
|
dataset_infos.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"animal-sound-classification": {
|
| 3 |
-
"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.",
|
| 4 |
-
"citation": "@dataset{qasim2025animalsounds, title = {Animal Sound Classification Dataset}, author = {Muhammad Qasim}, year = {2025}, url = {https://huggingface.co/datasets/MuhammadQASIM111/Animal_Sound_Classification}}",
|
| 5 |
-
"homepage": "https://huggingface.co/datasets/MuhammadQASIM111/Animal_Sound_Classification",
|
| 6 |
-
"license": "mit",
|
| 7 |
-
"features": {
|
| 8 |
-
"audio": {
|
| 9 |
-
"_type": "Audio",
|
| 10 |
-
"sampling_rate": 16000
|
| 11 |
-
},
|
| 12 |
-
"label": {
|
| 13 |
-
"_type": "ClassLabel",
|
| 14 |
-
"names": ["dog", "cat", "cow"]
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"splits": {
|
| 18 |
-
"train": {
|
| 19 |
-
"name": "train",
|
| 20 |
-
"num_bytes": 52428800,
|
| 21 |
-
"num_examples": 300,
|
| 22 |
-
"dataset_name": "animal-sound-classification"
|
| 23 |
-
}
|
| 24 |
-
},
|
| 25 |
-
"download_size": 52428800,
|
| 26 |
-
"dataset_size": 52428800,
|
| 27 |
-
"version": "1.0.0"
|
| 28 |
-
}
|
| 29 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|