Update readme
Browse files
README.md
CHANGED
@@ -13,6 +13,20 @@ datasets:
|
|
13 |
model-index:
|
14 |
- name: Wav2Vec2 Base Turkish by Cahya
|
15 |
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
|
|
13 |
model-index:
|
14 |
- name: Wav2Vec2 Base Turkish by Cahya
|
15 |
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Common Voice 6.1
|
21 |
+
type: mozilla-foundation/common_voice_7_0
|
22 |
+
args: tr
|
23 |
+
metrics:
|
24 |
+
- name: Test WER
|
25 |
+
type: wer
|
26 |
+
value: 9.437
|
27 |
+
- name: Test CER
|
28 |
+
type: cer
|
29 |
+
value: 3.325
|
30 |
- task:
|
31 |
name: Automatic Speech Recognition
|
32 |
type: automatic-speech-recognition
|