MatsRooth commited on
Commit
4f86671
1 Parent(s): 61d0c6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -23,15 +23,16 @@ It achieves the following results on the evaluation set:
23
 
24
  ## Model description
25
 
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
 
30
- More information needed
31
 
32
  ## Training and evaluation data
33
 
34
- More information needed
 
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