Update README.md
Browse files
README.md
CHANGED
|
@@ -23,15 +23,16 @@ It achieves the following results on the evaluation set:
|
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Intended uses & limitations
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
## Training and evaluation data
|
| 33 |
|
| 34 |
-
|
|
|
|
| 35 |
|
| 36 |
## Training procedure
|
| 37 |
|
|
|
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
+
Binary classifier using facebook/wav2vec2/base for the words "down" and "on".
|
| 27 |
|
| 28 |
## Intended uses & limitations
|
| 29 |
|
| 30 |
+
This is a demo of binary audio classification that illustrates data layout, training and evaluation using python and slurm.
|
| 31 |
|
| 32 |
## Training and evaluation data
|
| 33 |
|
| 34 |
+
The data are utterances of "down" and "on" in `superb ks`. See `down_on_copy.py` for the subsetting. This puts wav files in locations
|
| 35 |
+
like `down_on/data/train/on` and `down_on/data/train/down`
|
| 36 |
|
| 37 |
## Training procedure
|
| 38 |
|