khan123 commited on
Commit
6dfd5e3
1 Parent(s): dafd8af

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 16000
10
+ - name: label
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': Bark
15
+ '1': Bow-wow
16
+ '2': Growling
17
+ '3': Howl
18
+ '4': Whimper
19
+ '5': Yip
20
+ - name: is_unknown
21
+ dtype: bool
22
+ - name: youtube_id
23
+ dtype: string
24
+ - name: youtube_url
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 360959501.0
29
+ num_examples: 516
30
+ - name: validation
31
+ num_bytes: 44245407.0
32
+ num_examples: 65
33
+ - name: test
34
+ num_bytes: 44926668.0
35
+ num_examples: 61
36
+ download_size: 368397025
37
+ dataset_size: 450131576.0
38
+ ---
39
+ # Dataset Card for "modeling"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)