File size: 865 Bytes
003971e
 
 
 
d3ff6ed
003971e
91bfeb9
 
 
 
 
003971e
 
d3ff6ed
003971e
 
d3ff6ed
003971e
 
d3ff6ed
003971e
d3ff6ed
 
003971e
 
 
c835363
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: label
    dtype:
      class_label:
        names:
          '0': down
          '1': 'on'
  splits:
  - name: train
    num_bytes: 117237120.74
    num_examples: 3706
  - name: validation
    num_bytes: 16469406.0
    num_examples: 521
  - name: test
    num_bytes: 15996007.0
    num_examples: 499
  download_size: 135214158
  dataset_size: 149702533.74
---
# Dataset Card for "down_on"

This is a demo dataset for acoustic classification, consisting of utterances of *down* and *on* extracted from the
`superb ks` dataset. 

`down_on_hub.py` illustrates the methodology for creating such a dataset from wav files.
`down_on_copy.py` was used to write the wav files.
`down_on_create.py` is the more direct method.

See the model `MatsRooth/wav2vec2-base_down_on` for the demo application.