danavery commited on
Commit
ce4d0a4
·
1 Parent(s): 4a2c6ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,11 +1,30 @@
1
  ---
2
- license: cc-by-nc-4.0
3
- task_categories:
4
- - audio-classification
5
  language:
6
  - en
 
7
  size_categories:
8
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  (card and dataset copied from https://www.kaggle.com/datasets/chrisfilo/urbansound8k)
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: cc-by-nc-4.0
5
  size_categories:
6
  - 1K<n<10K
7
+ task_categories:
8
+ - audio-classification
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - split: train
13
+ path: data/train-*
14
+ dataset_info:
15
+ features:
16
+ - name: audio
17
+ dtype: audio
18
+ - name: label_id
19
+ dtype: int64
20
+ - name: label
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 7604617153.66
25
+ num_examples: 8732
26
+ download_size: 6091744083
27
+ dataset_size: 7604617153.66
28
  ---
29
 
30
  (card and dataset copied from https://www.kaggle.com/datasets/chrisfilo/urbansound8k)