carlosdanielhernandezmena commited on
Commit
ebb7191
·
1 Parent(s): bbb3d6f

Adding info to the README file

Browse files
Files changed (1) hide show
  1. README.md +157 -0
README.md CHANGED
@@ -1,3 +1,160 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - is
4
+ library_name: nemo
5
+ datasets:
6
+ - samromur
7
+ - samromur_children
8
+ - malromur
9
+ - althingi
10
+ thumbnail: null
11
+ tags:
12
+ - automatic-speech-recognition
13
+ - speech
14
+ - audio
15
+ - CTC
16
+ - pytorch
17
+ - NeMo
18
+ - QuartzNet
19
+ - QuartzNet15x5
20
+ - icelandic
21
  license: cc-by-4.0
22
+ widget:
23
+ model-index:
24
+ - name: stt_is_quartznet15x5_ft_ep56_875h
25
+ results:
26
+ - task:
27
+ name: Automatic Speech Recognition
28
+ type: automatic-speech-recognition
29
+ dataset:
30
+ name: Samrómur (Test)
31
+ type: samromur_test
32
+ split: test
33
+ args:
34
+ language: is
35
+ metrics:
36
+ - name: Test WER
37
+ type: wer
38
+ value: 28.56
39
+ - task:
40
+ name: Automatic Speech Recognition
41
+ type: automatic-speech-recognition
42
+ dataset:
43
+ name: Samrómur (Dev)
44
+ type: samromur_dev
45
+ split: dev
46
+ args:
47
+ language: is
48
+ metrics:
49
+ - name: Test WER
50
+ type: wer
51
+ value: 25.10
52
+ - task:
53
+ name: Automatic Speech Recognition
54
+ type: automatic-speech-recognition
55
+ dataset:
56
+ name: Samrómur Children (Test)
57
+ type: samromur_children_test
58
+ split: test
59
+ args:
60
+ language: is
61
+ metrics:
62
+ - name: Test WER
63
+ type: wer
64
+ value: 32.51
65
+ - task:
66
+ name: Automatic Speech Recognition
67
+ type: automatic-speech-recognition
68
+ dataset:
69
+ name: Samrómur Children (Dev)
70
+ type: samromur_children_dev
71
+ split: dev
72
+ args:
73
+ language: is
74
+ metrics:
75
+ - name: Test WER
76
+ type: wer
77
+ value: 21.99
78
+ - task:
79
+ name: Automatic Speech Recognition
80
+ type: automatic-speech-recognition
81
+ dataset:
82
+ name: Malrómur (Test)
83
+ type: malromur_test
84
+ split: test
85
+ args:
86
+ language: is
87
+ metrics:
88
+ - name: Test WER
89
+ type: wer
90
+ value: 22.53
91
+ - task:
92
+ name: Automatic Speech Recognition
93
+ type: automatic-speech-recognition
94
+ dataset:
95
+ name: Malrómur (Dev)
96
+ type: malromur_dev
97
+ split: dev
98
+ args:
99
+ language: is
100
+ metrics:
101
+ - name: Test WER
102
+ type: wer
103
+ value: 22.53
104
+ - task:
105
+ name: Automatic Speech Recognition
106
+ type: automatic-speech-recognition
107
+ dataset:
108
+ name: Althingi (Test)
109
+ type: althingi_test
110
+ split: test
111
+ args:
112
+ language: is
113
+ metrics:
114
+ - name: Test WER
115
+ type: wer
116
+ value: 20.74
117
+ - task:
118
+ name: Automatic Speech Recognition
119
+ type: automatic-speech-recognition
120
+ dataset:
121
+ name: Althingi (Dev)
122
+ type: althingi_dev
123
+ split: dev
124
+ args:
125
+ language: is
126
+ metrics:
127
+ - name: Test WER
128
+ type: wer
129
+ value: 20.68
130
  ---
131
+
132
+ # stt_is_quartznet15x5_ft_ep56_875h
133
+
134
+ **NOTE! This model was trained with the NeMo version: nemo-toolkit==1.10.0**
135
+
136
+ The "stt_is_quartznet15x5_ft_ep56_875h" is an acoustic model created with NeMo which is suitable for Automatic Speech Recognition in Icelandic.
137
+
138
+ It is the result of fine-tuning the model ["QuartzNet15x5Base-En.nemo"](https://catalog.ngc.nvidia.com/orgs/nvidia/models/nemospeechmodels/files) with around 875 hours of Icelandic data developed by the [Language and Voice Laboratory](https://huggingface.co/language-and-voice-lab). Most of the data is available at public repositories such as [LDC](https://www.ldc.upenn.edu/) or [OpenSLR](https://openslr.org/)
139
+
140
+ The specific list of corpora used to fine-tune the model is:
141
+
142
+ - [Samrómur 21.05 (114h34m)](http://www.openslr.org/112/)
143
+ - [Samrómur Children (127h25m)](https://catalog.ldc.upenn.edu/LDC2022S11)
144
+ - [Malrómur (119hh03m)](https://clarin.is/en/resources/malromur/)
145
+ - [Althingi Parliamentary Speech (514h29m)](https://catalog.ldc.upenn.edu/LDC2021S01)
146
+
147
+ The fine-tuning process was perform during September (2022) in the servers of the Language and Voice Laboratory (https://lvl.ru.is/) at Reykjavík University (Iceland) by Carlos Daniel Hernández Mena.
148
+
149
+ ```bibtex
150
+ @misc{mena2022quartznet15x5icelandic,
151
+ title={Acoustic Model in Icelandic: stt_is_quartznet15x5_ft_ep56_875h.},
152
+ author={Hernandez Mena, Carlos Daniel},
153
+ year={2022},
154
+ url={https://huggingface.co/carlosdanielhernandezmena/stt_is_quartznet15x5_ft_ep56_875h},
155
+ }
156
+ ```
157
+
158
+ # Acknowledgements
159
+
160
+ Special thanks to Jón Guðnason, head of the Language and Voice Lab for providing computational power to make this model possible. We also want to thank to the "Language Technology Programme for Icelandic 2019-2023" which is managed and coordinated by Almannarómur, and it is funded by the Icelandic Ministry of Education, Science and Culture.