Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,25 @@ tags:
|
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
9 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
|
|
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
9 |
license: apache-2.0
|
10 |
+
|
11 |
+
model-index:
|
12 |
+
- name: 'Wav2Vec2 XLSR Korean'
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: Zeroth Korean
|
19 |
+
type: kresnik/zeroth_korean
|
20 |
+
args: clean
|
21 |
+
metrics:
|
22 |
+
- name: Test WER
|
23 |
+
type: wer
|
24 |
+
value: 4.74
|
25 |
+
- name: Test CER
|
26 |
+
type: cer
|
27 |
+
value: 1.78
|
28 |
+
|
29 |
---
|
30 |
|
31 |
|