padmalcom commited on
Commit
2915f00
·
1 Parent(s): 90aef4a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -19,7 +19,14 @@ pipeline_tag: audio-classification
19
  metrics:
20
  - accuracy
21
  ---
22
- This wav2vec2 based age and gender classification model is trained on [mozilla common voice](https://commonvoice.mozilla.org/).
 
 
 
 
 
 
 
23
  Code for training can be found [here](https://github.com/padmalcom/wav2vec2-asr-ultimate-german).
24
 
25
- *inference.py* shows, how the model can be used.
 
19
  metrics:
20
  - accuracy
21
  ---
22
+
23
+ This multi-task wav2vec2 based asr model has two additional classification heads to detect:
24
+ - age
25
+ - gender
26
+ ... of the current speaker in one forward pass.
27
+
28
+ It was trained on [mozilla common voice](https://commonvoice.mozilla.org/).
29
+
30
  Code for training can be found [here](https://github.com/padmalcom/wav2vec2-asr-ultimate-german).
31
 
32
+ *inference_online.py* shows, how the model can be used.