File size: 848 Bytes
582d195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
dataset_info:
  features:
  - name: file
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: label
    dtype:
      class_label:
        names:
          '0': howl
          '1': growling
          '2': bark
          '3': panting
          '4': whimper
  - name: is_unknown
    dtype: bool
  - name: youtube_id
    dtype: string
  - name: youtube_url
    dtype: string
  splits:
  - name: train
    num_bytes: 226151046.0
    num_examples: 322
  - name: validation
    num_bytes: 29638692.0
    num_examples: 40
  - name: test
    num_bytes: 28166844.0
    num_examples: 38
  download_size: 264333043
  dataset_size: 283956582.0
---
# Dataset Card for "modeling_v1"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)