Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,12 @@ dataset_info:
|
|
| 24 |
---
|
| 25 |
# Dataset Card for "down_on"
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|