Create infos.json
Browse files- infos.json +29 -0
infos.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}
|