padmalcom commited on
Commit
0fef004
1 Parent(s): f94fddc

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - de
4
+ license: apache-2.0
5
+ tags:
6
+ - voice
7
+ - classification
8
+ - age
9
+ - gender
10
+ - speech
11
+ - audio
12
+ datasets:
13
+ - common-voice-12
14
+ widget:
15
+ - src: >-
16
+ https://huggingface.co/padmalcom/wav2vec2-asr-ultimate-german/resolve/main/test.wav
17
+ example_title: Sample 1
18
+ 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.