khan123 commited on
Commit
582d195
1 Parent(s): 865dafc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': howl
15
+ '1': growling
16
+ '2': bark
17
+ '3': panting
18
+ '4': whimper
19
+ - name: is_unknown
20
+ dtype: bool
21
+ - name: youtube_id
22
+ dtype: string
23
+ - name: youtube_url
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 226151046.0
28
+ num_examples: 322
29
+ - name: validation
30
+ num_bytes: 29638692.0
31
+ num_examples: 40
32
+ - name: test
33
+ num_bytes: 28166844.0
34
+ num_examples: 38
35
+ download_size: 264333043
36
+ dataset_size: 283956582.0
37
+ ---
38
+ # Dataset Card for "modeling_v1"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)