Commit
·
c5683bb
1
Parent(s):
103ddf7
Updating WER results on MASRI-TEST and MASRI-DEV
Browse files
README.md
CHANGED
@@ -46,6 +46,32 @@ model-index:
|
|
46 |
- name: Test WER
|
47 |
type: wer
|
48 |
value: 4.89
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# stt_mt_quartznet15x5_sp_ep255_64h
|
|
|
46 |
- name: Test WER
|
47 |
type: wer
|
48 |
value: 4.89
|
49 |
+
- task:
|
50 |
+
name: Automatic Speech Recognition
|
51 |
+
type: automatic-speech-recognition
|
52 |
+
dataset:
|
53 |
+
name: MASRI-TEST Corpus
|
54 |
+
type: masri-project/masri_test
|
55 |
+
split: test
|
56 |
+
args:
|
57 |
+
language: mt
|
58 |
+
metrics:
|
59 |
+
- name: Test WER
|
60 |
+
type: wer
|
61 |
+
value: 45.20
|
62 |
+
- task:
|
63 |
+
name: Automatic Speech Recognition
|
64 |
+
type: automatic-speech-recognition
|
65 |
+
dataset:
|
66 |
+
name: MASRI-DEV Corpus
|
67 |
+
type: masri-project/masri_dev
|
68 |
+
split: validation
|
69 |
+
args:
|
70 |
+
language: mt
|
71 |
+
metrics:
|
72 |
+
- name: Test WER
|
73 |
+
type: wer
|
74 |
+
value: 43.08
|
75 |
---
|
76 |
|
77 |
# stt_mt_quartznet15x5_sp_ep255_64h
|