Upload README.md
Browse files
README.md
CHANGED
@@ -11,46 +11,57 @@ datasets:
|
|
11 |
model-index:
|
12 |
- name: wav2vec2-ro-300m_01
|
13 |
results:
|
14 |
-
- task:
|
15 |
-
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
name: Robust Speech Event
|
19 |
type: speech-recognition-community-v2/dev_data
|
20 |
args: ro
|
21 |
metrics:
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
- task:
|
35 |
-
name: Automatic Speech Recognition
|
36 |
type: automatic-speech-recognition
|
37 |
dataset:
|
38 |
name: Common Voice
|
39 |
type: mozilla-foundation/common_voice_8_0
|
40 |
args: ro
|
41 |
metrics:
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
---
|
55 |
|
56 |
You can test this model online with the [**Space for Romanian Speech Recognition**](https://huggingface.co/spaces/gigant/romanian-speech-recognition)
|
|
|
11 |
model-index:
|
12 |
- name: wav2vec2-ro-300m_01
|
13 |
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
name: Robust Speech Event
|
19 |
type: speech-recognition-community-v2/dev_data
|
20 |
args: ro
|
21 |
metrics:
|
22 |
+
- name: Dev WER (without LM)
|
23 |
+
type: wer
|
24 |
+
value: 46.99
|
25 |
+
- name: Dev CER (without LM)
|
26 |
+
type: cer
|
27 |
+
value: 16.04
|
28 |
+
- name: Dev WER (with LM)
|
29 |
+
type: wer
|
30 |
+
value: 38.63
|
31 |
+
- name: Dev CER (with LM)
|
32 |
+
type: cer
|
33 |
+
value: 14.52
|
34 |
+
- task:
|
35 |
+
name: Automatic Speech Recognition
|
36 |
type: automatic-speech-recognition
|
37 |
dataset:
|
38 |
name: Common Voice
|
39 |
type: mozilla-foundation/common_voice_8_0
|
40 |
args: ro
|
41 |
metrics:
|
42 |
+
- name: Test WER (without LM)
|
43 |
+
type: wer
|
44 |
+
value: 11.73
|
45 |
+
- name: Test CER (without LM)
|
46 |
+
type: cer
|
47 |
+
value: 2.93
|
48 |
+
- name: Test WER (with LM)
|
49 |
+
type: wer
|
50 |
+
value: 7.31
|
51 |
+
- name: Test CER (with LM)
|
52 |
+
type: cer
|
53 |
+
value: 2.17
|
54 |
+
- task:
|
55 |
+
name: Automatic Speech Recognition
|
56 |
+
type: automatic-speech-recognition
|
57 |
+
dataset:
|
58 |
+
name: Robust Speech Event - Test Data
|
59 |
+
type: speech-recognition-community-v2/eval_data
|
60 |
+
args: ro
|
61 |
+
metrics:
|
62 |
+
- name: Test WER
|
63 |
+
type: wer
|
64 |
+
value: 43.23
|
65 |
---
|
66 |
|
67 |
You can test this model online with the [**Space for Romanian Speech Recognition**](https://huggingface.co/spaces/gigant/romanian-speech-recognition)
|