MatsRooth commited on
Commit
c835363
1 Parent(s): d3ff6ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -24,4 +24,12 @@ dataset_info:
24
  ---
25
  # Dataset Card for "down_on"
26
 
27
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
24
  ---
25
  # Dataset Card for "down_on"
26
 
27
+ This is a demo dataset for acoustic classification, consisting of utterances of *down* and *on* extracted from the
28
+ `superb ks` dataset.
29
+
30
+ `down_on_hub.py` illustrates the methodology for creating such a dataset from wav files.
31
+ `down_on_copy.py` was used to write the wav files.
32
+ `down_on_create.py` is the more direct method.
33
+
34
+ See the model `MatsRooth/wav2vec2-base_down_on` for the demo application.
35
+