Upload README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ datasets:
|
|
12 |
model-index:
|
13 |
- name: wav2vec2-large-xlsr-53-ja
|
14 |
results:
|
15 |
-
- task:
|
16 |
name: Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
@@ -20,12 +20,12 @@ model-index:
|
|
20 |
type: mozilla-foundation/common_voice_8_0
|
21 |
args: ja
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
- task:
|
30 |
name: Speech Recognition
|
31 |
type: automatic-speech-recognition
|
@@ -34,12 +34,12 @@ model-index:
|
|
34 |
type: mozilla-foundation/common_voice_8_0
|
35 |
args: ja
|
36 |
metrics:
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
- task:
|
44 |
name: Speech Recognition
|
45 |
type: automatic-speech-recognition
|
@@ -48,12 +48,23 @@ model-index:
|
|
48 |
type: speech-recognition-community-v2/dev_data
|
49 |
args: ja
|
50 |
metrics:
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
---
|
58 |
|
59 |
## Model description
|
|
|
12 |
model-index:
|
13 |
- name: wav2vec2-large-xlsr-53-ja
|
14 |
results:
|
15 |
+
- task:
|
16 |
name: Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
|
|
20 |
type: mozilla-foundation/common_voice_8_0
|
21 |
args: ja
|
22 |
metrics:
|
23 |
+
- name: Test WER (with LM)
|
24 |
+
type: wer
|
25 |
+
value: 15.37
|
26 |
+
- name: Test CER (with LM)
|
27 |
+
type: cer
|
28 |
+
value: 6.91
|
29 |
- task:
|
30 |
name: Speech Recognition
|
31 |
type: automatic-speech-recognition
|
|
|
34 |
type: mozilla-foundation/common_voice_8_0
|
35 |
args: ja
|
36 |
metrics:
|
37 |
+
- name: Test WER (with LM)
|
38 |
+
type: wer
|
39 |
+
value: 16.09
|
40 |
+
- name: Test CER (with LM)
|
41 |
+
type: cer
|
42 |
+
value: 7.15
|
43 |
- task:
|
44 |
name: Speech Recognition
|
45 |
type: automatic-speech-recognition
|
|
|
48 |
type: speech-recognition-community-v2/dev_data
|
49 |
args: ja
|
50 |
metrics:
|
51 |
+
- name: Test WER (with LM)
|
52 |
+
type: wer
|
53 |
+
value: 37.96
|
54 |
+
- name: Test CER (with LM)
|
55 |
+
type: cer
|
56 |
+
value: 21.11
|
57 |
+
- task:
|
58 |
+
name: Automatic Speech Recognition
|
59 |
+
type: automatic-speech-recognition
|
60 |
+
dataset:
|
61 |
+
name: Robust Speech Event - Test Data
|
62 |
+
type: speech-recognition-community-v2/eval_data
|
63 |
+
args: ja
|
64 |
+
metrics:
|
65 |
+
- name: Test CER
|
66 |
+
type: cer
|
67 |
+
value: 26.02
|
68 |
---
|
69 |
|
70 |
## Model description
|