MuhammadQASIM111 commited on
Commit
83226fc
·
verified ·
1 Parent(s): 8113672

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +3 -4
dataset_infos.json CHANGED
@@ -1,17 +1,16 @@
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
  },
 
 
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
  },