Upload README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,14 @@ pipeline_tag: audio-classification
|
|
19 |
metrics:
|
20 |
- accuracy
|
21 |
---
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
Code for training can be found [here](https://github.com/padmalcom/wav2vec2-asr-ultimate-german).
|
24 |
|
25 |
-
*
|
|
|
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.
|