danavery commited on
Commit
8aa9177
1 Parent(s): d97a5bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -15,18 +15,28 @@ dataset_info:
15
  features:
16
  - name: audio
17
  dtype: audio
18
- - name: label_id
19
- dtype: int64
20
- - name: label
21
  dtype: string
 
 
 
 
 
 
 
 
22
  - name: fold
23
  dtype: int64
 
 
 
 
24
  splits:
25
  - name: train
26
- num_bytes: 7604687009.66
27
  num_examples: 8732
28
- download_size: 6997751312
29
- dataset_size: 7604687009.66
30
  ---
31
 
32
  (card and dataset copied from https://www.kaggle.com/datasets/chrisfilo/urbansound8k)
 
15
  features:
16
  - name: audio
17
  dtype: audio
18
+ - name: slice_file_name
 
 
19
  dtype: string
20
+ - name: fsID
21
+ dtype: int64
22
+ - name: start
23
+ dtype: float64
24
+ - name: end
25
+ dtype: float64
26
+ - name: salience
27
+ dtype: int64
28
  - name: fold
29
  dtype: int64
30
+ - name: classID
31
+ dtype: int64
32
+ - name: class
33
+ dtype: string
34
  splits:
35
  - name: train
36
+ num_bytes: 7605141208.66
37
  num_examples: 8732
38
+ download_size: 6998085428
39
+ dataset_size: 7605141208.66
40
  ---
41
 
42
  (card and dataset copied from https://www.kaggle.com/datasets/chrisfilo/urbansound8k)