add model with RIR augmentation
Browse files- README.md +18 -1
- data/lang_bpe_500/bpe.model +3 -0
- data/lang_bpe_500/tokens.txt +502 -0
- exp/cpu_jit.pt +3 -0
- exp/decoder_jit_trace.pt +3 -0
- exp/encoder_jit_trace.pt +3 -0
- exp/export.sh +18 -0
- exp/jit_trace_export.sh +17 -0
- exp/joiner_jit_trace.pt +3 -0
- exp/pretrained.pt +3 -0
- exp/tensorboard/events.out.tfevents.1680303114.r2n03.443763.0 +3 -0
- log/fast_beam_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt +0 -0
- log/fast_beam_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt +0 -0
- log/fast_beam_search/log-decode-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model-2023-04-04-09-21-03 +45 -0
- log/fast_beam_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt +0 -0
- log/fast_beam_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt +0 -0
- log/fast_beam_search/wer-summary-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt +2 -0
- log/fast_beam_search/wer-summary-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt +2 -0
- log/greedy_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt +0 -0
- log/greedy_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt +0 -0
- log/greedy_search/log-decode-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model-2023-04-04-09-35-47 +33 -0
- log/greedy_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt +0 -0
- log/greedy_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt +0 -0
- log/greedy_search/wer-summary-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt +2 -0
- log/greedy_search/wer-summary-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt +2 -0
- log/log-train-2023-03-31-18-51-54-0 +0 -0
- log/log-train-2023-03-31-18-51-54-1 +0 -0
- log/log-train-2023-03-31-18-51-54-2 +0 -0
- log/log-train-2023-03-31-18-51-54-3 +0 -0
- log/modified_beam_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt +0 -0
- log/modified_beam_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt +0 -0
- log/modified_beam_search/log-decode-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model-2023-04-04-09-26-31 +35 -0
- log/modified_beam_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt +0 -0
- log/modified_beam_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt +0 -0
- log/modified_beam_search/wer-summary-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt +2 -0
- log/modified_beam_search/wer-summary-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt +2 -0
- test_wavs/1089-134686-0001.wav +0 -0
- test_wavs/1221-135766-0001.wav +0 -0
- test_wavs/1221-135766-0002.wav +0 -0
- test_wavs/trans.txt +3 -0
README.md
CHANGED
@@ -6,4 +6,21 @@ language:
|
|
6 |
- en
|
7 |
metrics:
|
8 |
- wer
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- en
|
7 |
metrics:
|
8 |
- wer
|
9 |
+
---
|
10 |
+
# LibriSpeech pruned_transducer_stateless7_streaming
|
11 |
+
|
12 |
+
This model is based on the icefall `pruned_transducer_stateless7_streaming` recipe,
|
13 |
+
but the model parameters are modified to be smaller in size. It can be
|
14 |
+
considered a streaming version of [this model](https://huggingface.co/Zengwei/icefall-asr-librispeech-pruned-transducer-stateless7-20M-2023-01-28) and follows
|
15 |
+
the same parameter configuration.
|
16 |
+
|
17 |
+
The main difference from <https://huggingface.co/desh2608/icefall-asr-librispeech-pruned-transducer-stateless7-streaming-small> is that
|
18 |
+
this model additionally uses simulated RIRs for training, which effectively doubles the training data.
|
19 |
+
|
20 |
+
## Performance Record
|
21 |
+
|
22 |
+
| Decoding method | test-clean | test-other |
|
23 |
+
|---------------------------|------------|------------|
|
24 |
+
| greedy search | 3.58 | 9.29 |
|
25 |
+
| fast beam search | 3.57 | 9.05 |
|
26 |
+
| modified beam search | 3.41 | 8.94 |
|
data/lang_bpe_500/bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c53433de083c4a6ad12d034550ef22de68cec62c4f58932a7b6b8b2f1e743fa5
|
3 |
+
size 244865
|
data/lang_bpe_500/tokens.txt
ADDED
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<blk> 0
|
2 |
+
<sos/eos> 1
|
3 |
+
<unk> 2
|
4 |
+
S 3
|
5 |
+
▁THE 4
|
6 |
+
▁A 5
|
7 |
+
T 6
|
8 |
+
▁AND 7
|
9 |
+
ED 8
|
10 |
+
▁OF 9
|
11 |
+
▁TO 10
|
12 |
+
E 11
|
13 |
+
D 12
|
14 |
+
N 13
|
15 |
+
ING 14
|
16 |
+
▁IN 15
|
17 |
+
Y 16
|
18 |
+
M 17
|
19 |
+
C 18
|
20 |
+
▁I 19
|
21 |
+
A 20
|
22 |
+
P 21
|
23 |
+
▁HE 22
|
24 |
+
R 23
|
25 |
+
O 24
|
26 |
+
L 25
|
27 |
+
RE 26
|
28 |
+
I 27
|
29 |
+
U 28
|
30 |
+
ER 29
|
31 |
+
▁IT 30
|
32 |
+
LY 31
|
33 |
+
▁THAT 32
|
34 |
+
▁WAS 33
|
35 |
+
▁ 34
|
36 |
+
▁S 35
|
37 |
+
AR 36
|
38 |
+
▁BE 37
|
39 |
+
F 38
|
40 |
+
▁C 39
|
41 |
+
IN 40
|
42 |
+
B 41
|
43 |
+
▁FOR 42
|
44 |
+
OR 43
|
45 |
+
LE 44
|
46 |
+
' 45
|
47 |
+
▁HIS 46
|
48 |
+
▁YOU 47
|
49 |
+
AL 48
|
50 |
+
▁RE 49
|
51 |
+
V 50
|
52 |
+
▁B 51
|
53 |
+
G 52
|
54 |
+
RI 53
|
55 |
+
▁E 54
|
56 |
+
▁WITH 55
|
57 |
+
▁T 56
|
58 |
+
▁AS 57
|
59 |
+
LL 58
|
60 |
+
▁P 59
|
61 |
+
▁HER 60
|
62 |
+
ST 61
|
63 |
+
▁HAD 62
|
64 |
+
▁SO 63
|
65 |
+
▁F 64
|
66 |
+
W 65
|
67 |
+
CE 66
|
68 |
+
▁IS 67
|
69 |
+
ND 68
|
70 |
+
▁NOT 69
|
71 |
+
TH 70
|
72 |
+
▁BUT 71
|
73 |
+
EN 72
|
74 |
+
▁SHE 73
|
75 |
+
▁ON 74
|
76 |
+
VE 75
|
77 |
+
ON 76
|
78 |
+
SE 77
|
79 |
+
▁DE 78
|
80 |
+
UR 79
|
81 |
+
▁G 80
|
82 |
+
CH 81
|
83 |
+
K 82
|
84 |
+
TER 83
|
85 |
+
▁AT 84
|
86 |
+
IT 85
|
87 |
+
▁ME 86
|
88 |
+
RO 87
|
89 |
+
NE 88
|
90 |
+
RA 89
|
91 |
+
ES 90
|
92 |
+
IL 91
|
93 |
+
NG 92
|
94 |
+
IC 93
|
95 |
+
▁NO 94
|
96 |
+
▁HIM 95
|
97 |
+
ENT 96
|
98 |
+
IR 97
|
99 |
+
▁WE 98
|
100 |
+
H 99
|
101 |
+
▁DO 100
|
102 |
+
▁ALL 101
|
103 |
+
▁HAVE 102
|
104 |
+
LO 103
|
105 |
+
▁BY 104
|
106 |
+
▁MY 105
|
107 |
+
▁MO 106
|
108 |
+
▁THIS 107
|
109 |
+
LA 108
|
110 |
+
▁ST 109
|
111 |
+
▁WHICH 110
|
112 |
+
▁CON 111
|
113 |
+
▁THEY 112
|
114 |
+
CK 113
|
115 |
+
TE 114
|
116 |
+
▁SAID 115
|
117 |
+
▁FROM 116
|
118 |
+
▁GO 117
|
119 |
+
▁WHO 118
|
120 |
+
▁TH 119
|
121 |
+
▁OR 120
|
122 |
+
▁D 121
|
123 |
+
▁W 122
|
124 |
+
VER 123
|
125 |
+
LI 124
|
126 |
+
▁SE 125
|
127 |
+
▁ONE 126
|
128 |
+
▁CA 127
|
129 |
+
▁AN 128
|
130 |
+
▁LA 129
|
131 |
+
▁WERE 130
|
132 |
+
EL 131
|
133 |
+
▁HA 132
|
134 |
+
▁MAN 133
|
135 |
+
▁FA 134
|
136 |
+
▁EX 135
|
137 |
+
AD 136
|
138 |
+
▁SU 137
|
139 |
+
RY 138
|
140 |
+
▁MI 139
|
141 |
+
AT 140
|
142 |
+
▁BO 141
|
143 |
+
▁WHEN 142
|
144 |
+
AN 143
|
145 |
+
THER 144
|
146 |
+
PP 145
|
147 |
+
ATION 146
|
148 |
+
▁FI 147
|
149 |
+
▁WOULD 148
|
150 |
+
▁PRO 149
|
151 |
+
OW 150
|
152 |
+
ET 151
|
153 |
+
▁O 152
|
154 |
+
▁THERE 153
|
155 |
+
▁HO 154
|
156 |
+
ION 155
|
157 |
+
▁WHAT 156
|
158 |
+
▁FE 157
|
159 |
+
▁PA 158
|
160 |
+
US 159
|
161 |
+
MENT 160
|
162 |
+
▁MA 161
|
163 |
+
UT 162
|
164 |
+
▁OUT 163
|
165 |
+
▁THEIR 164
|
166 |
+
▁IF 165
|
167 |
+
▁LI 166
|
168 |
+
▁K 167
|
169 |
+
▁WILL 168
|
170 |
+
▁ARE 169
|
171 |
+
ID 170
|
172 |
+
▁RO 171
|
173 |
+
DE 172
|
174 |
+
TION 173
|
175 |
+
▁WA 174
|
176 |
+
PE 175
|
177 |
+
▁UP 176
|
178 |
+
▁SP 177
|
179 |
+
▁PO 178
|
180 |
+
IGHT 179
|
181 |
+
▁UN 180
|
182 |
+
RU 181
|
183 |
+
▁LO 182
|
184 |
+
AS 183
|
185 |
+
OL 184
|
186 |
+
▁LE 185
|
187 |
+
▁BEEN 186
|
188 |
+
▁SH 187
|
189 |
+
▁RA 188
|
190 |
+
▁SEE 189
|
191 |
+
KE 190
|
192 |
+
UL 191
|
193 |
+
TED 192
|
194 |
+
▁SA 193
|
195 |
+
UN 194
|
196 |
+
UND 195
|
197 |
+
ANT 196
|
198 |
+
▁NE 197
|
199 |
+
IS 198
|
200 |
+
▁THEM 199
|
201 |
+
CI 200
|
202 |
+
GE 201
|
203 |
+
▁COULD 202
|
204 |
+
▁DIS 203
|
205 |
+
OM 204
|
206 |
+
ISH 205
|
207 |
+
HE 206
|
208 |
+
EST 207
|
209 |
+
▁SOME 208
|
210 |
+
ENCE 209
|
211 |
+
ITY 210
|
212 |
+
IVE 211
|
213 |
+
▁US 212
|
214 |
+
▁MORE 213
|
215 |
+
▁EN 214
|
216 |
+
ARD 215
|
217 |
+
ATE 216
|
218 |
+
▁YOUR 217
|
219 |
+
▁INTO 218
|
220 |
+
▁KNOW 219
|
221 |
+
▁CO 220
|
222 |
+
ANCE 221
|
223 |
+
▁TIME 222
|
224 |
+
▁WI 223
|
225 |
+
▁YE 224
|
226 |
+
AGE 225
|
227 |
+
▁NOW 226
|
228 |
+
TI 227
|
229 |
+
FF 228
|
230 |
+
ABLE 229
|
231 |
+
▁VERY 230
|
232 |
+
▁LIKE 231
|
233 |
+
AM 232
|
234 |
+
HI 233
|
235 |
+
Z 234
|
236 |
+
▁OTHER 235
|
237 |
+
▁THAN 236
|
238 |
+
▁LITTLE 237
|
239 |
+
▁DID 238
|
240 |
+
▁LOOK 239
|
241 |
+
TY 240
|
242 |
+
ERS 241
|
243 |
+
▁CAN 242
|
244 |
+
▁CHA 243
|
245 |
+
▁AR 244
|
246 |
+
X 245
|
247 |
+
FUL 246
|
248 |
+
UGH 247
|
249 |
+
▁BA 248
|
250 |
+
▁DAY 249
|
251 |
+
▁ABOUT 250
|
252 |
+
TEN 251
|
253 |
+
IM 252
|
254 |
+
▁ANY 253
|
255 |
+
▁PRE 254
|
256 |
+
▁OVER 255
|
257 |
+
IES 256
|
258 |
+
NESS 257
|
259 |
+
ME 258
|
260 |
+
BLE 259
|
261 |
+
▁M 260
|
262 |
+
ROW 261
|
263 |
+
▁HAS 262
|
264 |
+
▁GREAT 263
|
265 |
+
▁VI 264
|
266 |
+
TA 265
|
267 |
+
▁AFTER 266
|
268 |
+
PER 267
|
269 |
+
▁AGAIN 268
|
270 |
+
HO 269
|
271 |
+
SH 270
|
272 |
+
▁UPON 271
|
273 |
+
▁DI 272
|
274 |
+
▁HAND 273
|
275 |
+
▁COM 274
|
276 |
+
IST 275
|
277 |
+
TURE 276
|
278 |
+
▁STA 277
|
279 |
+
▁THEN 278
|
280 |
+
▁SHOULD 279
|
281 |
+
▁GA 280
|
282 |
+
OUS 281
|
283 |
+
OUR 282
|
284 |
+
▁WELL 283
|
285 |
+
▁ONLY 284
|
286 |
+
MAN 285
|
287 |
+
▁GOOD 286
|
288 |
+
▁TWO 287
|
289 |
+
▁MAR 288
|
290 |
+
▁SAY 289
|
291 |
+
▁HU 290
|
292 |
+
TING 291
|
293 |
+
▁OUR 292
|
294 |
+
RESS 293
|
295 |
+
▁DOWN 294
|
296 |
+
IOUS 295
|
297 |
+
▁BEFORE 296
|
298 |
+
▁DA 297
|
299 |
+
▁NA 298
|
300 |
+
QUI 299
|
301 |
+
▁MADE 300
|
302 |
+
▁EVERY 301
|
303 |
+
▁OLD 302
|
304 |
+
▁EVEN 303
|
305 |
+
IG 304
|
306 |
+
▁COME 305
|
307 |
+
▁GRA 306
|
308 |
+
▁RI 307
|
309 |
+
▁LONG 308
|
310 |
+
OT 309
|
311 |
+
SIDE 310
|
312 |
+
WARD 311
|
313 |
+
▁FO 312
|
314 |
+
▁WHERE 313
|
315 |
+
MO 314
|
316 |
+
LESS 315
|
317 |
+
▁SC 316
|
318 |
+
▁MUST 317
|
319 |
+
▁NEVER 318
|
320 |
+
▁HOW 319
|
321 |
+
▁CAME 320
|
322 |
+
▁SUCH 321
|
323 |
+
▁RU 322
|
324 |
+
▁TAKE 323
|
325 |
+
▁WO 324
|
326 |
+
▁CAR 325
|
327 |
+
UM 326
|
328 |
+
AK 327
|
329 |
+
▁THINK 328
|
330 |
+
▁MUCH 329
|
331 |
+
▁MISTER 330
|
332 |
+
▁MAY 331
|
333 |
+
▁JO 332
|
334 |
+
▁WAY 333
|
335 |
+
▁COMP 334
|
336 |
+
▁THOUGHT 335
|
337 |
+
▁STO 336
|
338 |
+
▁MEN 337
|
339 |
+
▁BACK 338
|
340 |
+
▁DON 339
|
341 |
+
J 340
|
342 |
+
▁LET 341
|
343 |
+
▁TRA 342
|
344 |
+
▁FIRST 343
|
345 |
+
▁JUST 344
|
346 |
+
▁VA 345
|
347 |
+
▁OWN 346
|
348 |
+
▁PLA 347
|
349 |
+
▁MAKE 348
|
350 |
+
ATED 349
|
351 |
+
▁HIMSELF 350
|
352 |
+
▁WENT 351
|
353 |
+
▁PI 352
|
354 |
+
GG 353
|
355 |
+
RING 354
|
356 |
+
▁DU 355
|
357 |
+
▁MIGHT 356
|
358 |
+
▁PART 357
|
359 |
+
▁GIVE 358
|
360 |
+
▁IMP 359
|
361 |
+
▁BU 360
|
362 |
+
▁PER 361
|
363 |
+
▁PLACE 362
|
364 |
+
▁HOUSE 363
|
365 |
+
▁THROUGH 364
|
366 |
+
IAN 365
|
367 |
+
▁SW 366
|
368 |
+
▁UNDER 367
|
369 |
+
QUE 368
|
370 |
+
▁AWAY 369
|
371 |
+
▁LOVE 370
|
372 |
+
QUA 371
|
373 |
+
▁LIFE 372
|
374 |
+
▁GET 373
|
375 |
+
▁WITHOUT 374
|
376 |
+
▁PASS 375
|
377 |
+
▁TURN 376
|
378 |
+
IGN 377
|
379 |
+
▁HEAD 378
|
380 |
+
▁MOST 379
|
381 |
+
▁THOSE 380
|
382 |
+
▁SHALL 381
|
383 |
+
▁EYES 382
|
384 |
+
▁COL 383
|
385 |
+
▁STILL 384
|
386 |
+
▁NIGHT 385
|
387 |
+
▁NOTHING 386
|
388 |
+
ITION 387
|
389 |
+
HA 388
|
390 |
+
▁TELL 389
|
391 |
+
▁WORK 390
|
392 |
+
▁LAST 391
|
393 |
+
▁NEW 392
|
394 |
+
▁FACE 393
|
395 |
+
▁HI 394
|
396 |
+
▁WORD 395
|
397 |
+
▁FOUND 396
|
398 |
+
▁COUNT 397
|
399 |
+
▁OB 398
|
400 |
+
▁WHILE 399
|
401 |
+
▁SHA 400
|
402 |
+
▁MEAN 401
|
403 |
+
▁SAW 402
|
404 |
+
▁PEOPLE 403
|
405 |
+
▁FRIEND 404
|
406 |
+
▁THREE 405
|
407 |
+
▁ROOM 406
|
408 |
+
▁SAME 407
|
409 |
+
▁THOUGH 408
|
410 |
+
▁RIGHT 409
|
411 |
+
▁CHILD 410
|
412 |
+
▁FATHER 411
|
413 |
+
▁ANOTHER 412
|
414 |
+
▁HEART 413
|
415 |
+
▁WANT 414
|
416 |
+
▁TOOK 415
|
417 |
+
OOK 416
|
418 |
+
▁LIGHT 417
|
419 |
+
▁MISSUS 418
|
420 |
+
▁OPEN 419
|
421 |
+
▁JU 420
|
422 |
+
▁ASKED 421
|
423 |
+
PORT 422
|
424 |
+
▁LEFT 423
|
425 |
+
▁JA 424
|
426 |
+
▁WORLD 425
|
427 |
+
▁HOME 426
|
428 |
+
▁WHY 427
|
429 |
+
▁ALWAYS 428
|
430 |
+
▁ANSWER 429
|
431 |
+
▁SEEMED 430
|
432 |
+
▁SOMETHING 431
|
433 |
+
▁GIRL 432
|
434 |
+
▁BECAUSE 433
|
435 |
+
▁NAME 434
|
436 |
+
▁TOLD 435
|
437 |
+
▁NI 436
|
438 |
+
▁HIGH 437
|
439 |
+
IZE 438
|
440 |
+
▁WOMAN 439
|
441 |
+
▁FOLLOW 440
|
442 |
+
▁RETURN 441
|
443 |
+
▁KNEW 442
|
444 |
+
▁EACH 443
|
445 |
+
▁KIND 444
|
446 |
+
▁JE 445
|
447 |
+
▁ACT 446
|
448 |
+
▁LU 447
|
449 |
+
▁CERTAIN 448
|
450 |
+
▁YEARS 449
|
451 |
+
▁QUITE 450
|
452 |
+
▁APPEAR 451
|
453 |
+
▁BETTER 452
|
454 |
+
▁HALF 453
|
455 |
+
▁PRESENT 454
|
456 |
+
▁PRINCE 455
|
457 |
+
SHIP 456
|
458 |
+
▁ALSO 457
|
459 |
+
▁BEGAN 458
|
460 |
+
▁HAVING 459
|
461 |
+
▁ENOUGH 460
|
462 |
+
▁PERSON 461
|
463 |
+
▁LADY 462
|
464 |
+
▁WHITE 463
|
465 |
+
▁COURSE 464
|
466 |
+
▁VOICE 465
|
467 |
+
▁SPEAK 466
|
468 |
+
▁POWER 467
|
469 |
+
▁MORNING 468
|
470 |
+
▁BETWEEN 469
|
471 |
+
▁AMONG 470
|
472 |
+
▁KEEP 471
|
473 |
+
▁WALK 472
|
474 |
+
▁MATTER 473
|
475 |
+
▁TEA 474
|
476 |
+
▁BELIEVE 475
|
477 |
+
▁SMALL 476
|
478 |
+
▁TALK 477
|
479 |
+
▁FELT 478
|
480 |
+
▁HORSE 479
|
481 |
+
▁MYSELF 480
|
482 |
+
▁SIX 481
|
483 |
+
▁HOWEVER 482
|
484 |
+
▁FULL 483
|
485 |
+
▁HERSELF 484
|
486 |
+
▁POINT 485
|
487 |
+
▁STOOD 486
|
488 |
+
▁HUNDRED 487
|
489 |
+
▁ALMOST 488
|
490 |
+
▁SINCE 489
|
491 |
+
▁LARGE 490
|
492 |
+
▁LEAVE 491
|
493 |
+
▁PERHAPS 492
|
494 |
+
▁DARK 493
|
495 |
+
▁SUDDEN 494
|
496 |
+
▁REPLIED 495
|
497 |
+
▁ANYTHING 496
|
498 |
+
▁WONDER 497
|
499 |
+
▁UNTIL 498
|
500 |
+
Q 499
|
501 |
+
#0 500
|
502 |
+
#1 501
|
exp/cpu_jit.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:590f80b5b73e8b207121113e18ea6cb0f4254e415a9af6c19ab43b7611e4cd24
|
3 |
+
size 134187228
|
exp/decoder_jit_trace.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23520c0ed0d6738d9dd52584296394b9b9ec577c930b6150404e4508f3ac8381
|
3 |
+
size 1047141
|
exp/encoder_jit_trace.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c67b2fef64df0fdefebd8a45cd45f16c5f43d6b2a156ef70cb7cd40654324cd5
|
3 |
+
size 129943703
|
exp/export.sh
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
./pruned_transducer_stateless7_streaming/export.py \
|
2 |
+
--bpe-model data/lang_bpe_500/bpe.model \
|
3 |
+
--use-averaged-model=True \
|
4 |
+
--epoch 30 \
|
5 |
+
--avg 9 \
|
6 |
+
--decode-chunk-len 32 \
|
7 |
+
--jit 0 \
|
8 |
+
--exp-dir ./pruned_transducer_stateless7_streaming/exp/ \
|
9 |
+
--num-encoder-layers 2,2,2,2,2 \
|
10 |
+
--feedforward-dims 768,768,768,768,768 \
|
11 |
+
--nhead 8,8,8,8,8 \
|
12 |
+
--encoder-dims 256,256,256,256,256 \
|
13 |
+
--attention-dims 192,192,192,192,192 \
|
14 |
+
--encoder-unmasked-dims 192,192,192,192,192 \
|
15 |
+
--zipformer-downsampling-factors 1,2,4,8,2 \
|
16 |
+
--cnn-module-kernels 31,31,31,31,31 \
|
17 |
+
--decoder-dim 512 \
|
18 |
+
--joiner-dim 512
|
exp/jit_trace_export.sh
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
./pruned_transducer_stateless7_streaming/jit_trace_export.py \
|
2 |
+
--bpe-model data/lang_bpe_500/bpe.model \
|
3 |
+
--use-averaged-model=True \
|
4 |
+
--epoch 30 \
|
5 |
+
--avg 9 \
|
6 |
+
--decode-chunk-len 32 \
|
7 |
+
--exp-dir ./pruned_transducer_stateless7_streaming/exp \
|
8 |
+
--num-encoder-layers 2,2,2,2,2 \
|
9 |
+
--feedforward-dims 768,768,768,768,768 \
|
10 |
+
--nhead 8,8,8,8,8 \
|
11 |
+
--encoder-dims 256,256,256,256,256 \
|
12 |
+
--attention-dims 192,192,192,192,192 \
|
13 |
+
--encoder-unmasked-dims 192,192,192,192,192 \
|
14 |
+
--zipformer-downsampling-factors 1,2,4,8,2 \
|
15 |
+
--cnn-module-kernels 31,31,31,31,31 \
|
16 |
+
--decoder-dim 512 \
|
17 |
+
--joiner-dim 512
|
exp/joiner_jit_trace.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ecb6e215a43492b243ad4af3adf2cf5b761987fdb5a92656453b0e7b16c6de6
|
3 |
+
size 2611547
|
exp/pretrained.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfffe9f495d6a0599cc77c6b415ae04a18baa0446b3d73b7a431867296fd0de1
|
3 |
+
size 82988698
|
exp/tensorboard/events.out.tfevents.1680303114.r2n03.443763.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abfff0db01df52f1470a881db15a291e852a7c84aa0c26a25c98acc7542b5773
|
3 |
+
size 1984002
|
log/fast_beam_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/fast_beam_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/fast_beam_search/log-decode-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model-2023-04-04-09-21-03
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2023-04-04 09:21:03,151 INFO [decode.py:649] Decoding started
|
2 |
+
2023-04-04 09:21:03,151 INFO [decode.py:655] Device: cuda:0
|
3 |
+
2023-04-04 09:21:03,214 INFO [decode.py:665] {'best_train_loss': inf, 'best_valid_loss': inf, 'best_train_epoch': -1, 'best_valid_epoch': -1, 'batch_idx_train': 0, 'log_interval': 50, 'reset_interval': 200, 'valid_interval': 3000, 'feature_dim': 80, 'subsampling_factor': 4, 'warm_step': 2000, 'env_info': {'k2-version': '1.23.3', 'k2-build-type': 'Debug', 'k2-with-cuda': True, 'k2-git-sha1': '1c9950559223ec24d187f56bc424c3b43904bed3', 'k2-git-date': 'Thu Jan 26 22:00:26 2023', 'lhotse-version': '1.13.0.dev+git.ca98c73.dirty', 'torch-version': '2.0.0+cu117', 'torch-cuda-available': True, 'torch-cuda-version': '11.7', 'python-version': '3.8', 'icefall-git-branch': 'surt', 'icefall-git-sha1': '51e6a8a-dirty', 'icefall-git-date': 'Fri Mar 17 11:23:13 2023', 'icefall-path': '/exp/draj/mini_scale_2022/icefall', 'k2-path': '/exp/draj/mini_scale_2022/k2/k2/python/k2/__init__.py', 'lhotse-path': '/exp/draj/mini_scale_2022/lhotse/lhotse/__init__.py', 'hostname': 'r7n04', 'IP address': '10.1.7.4'}, 'epoch': 30, 'iter': 0, 'avg': 9, 'use_averaged_model': True, 'exp_dir': PosixPath('pruned_transducer_stateless7_streaming/exp/v2'), 'bpe_model': 'data/lang_bpe_500/bpe.model', 'lang_dir': PosixPath('data/lang_bpe_500'), 'decoding_method': 'fast_beam_search', 'beam_size': 4, 'beam': 20.0, 'ngram_lm_scale': 0.01, 'max_contexts': 4, 'max_states': 8, 'context_size': 2, 'max_sym_per_frame': 1, 'num_paths': 200, 'nbest_scale': 0.5, 'num_encoder_layers': '2,2,2,2,2', 'feedforward_dims': '768,768,768,768,768', 'nhead': '8,8,8,8,8', 'encoder_dims': '256,256,256,256,256', 'attention_dims': '192,192,192,192,192', 'encoder_unmasked_dims': '192,192,192,192,192', 'zipformer_downsampling_factors': '1,2,4,8,2', 'cnn_module_kernels': '31,31,31,31,31', 'decoder_dim': 512, 'joiner_dim': 512, 'short_chunk_size': 50, 'num_left_chunks': 4, 'decode_chunk_len': 32, 'full_libri': True, 'manifest_dir': PosixPath('data/manifests'), 'max_duration': 500, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'drop_last': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'input_strategy': 'PrecomputedFeatures', 'res_dir': PosixPath('pruned_transducer_stateless7_streaming/exp/v2/fast_beam_search'), 'suffix': 'epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model', 'blank_id': 0, 'unk_id': 2, 'vocab_size': 500}
|
4 |
+
2023-04-04 09:21:03,214 INFO [decode.py:667] About to create model
|
5 |
+
2023-04-04 09:21:03,641 INFO [zipformer.py:405] At encoder stack 4, which has downsampling_factor=2, we will combine the outputs of layers 1 and 3, with downsampling_factors=2 and 8.
|
6 |
+
2023-04-04 09:21:03,649 INFO [decode.py:738] Calculating the averaged model over epoch range from 21 (excluded) to 30
|
7 |
+
2023-04-04 09:21:12,177 INFO [decode.py:772] Number of model parameters: 20697573
|
8 |
+
2023-04-04 09:21:12,178 INFO [asr_datamodule.py:454] About to get test-clean cuts
|
9 |
+
2023-04-04 09:21:12,204 INFO [asr_datamodule.py:461] About to get test-other cuts
|
10 |
+
2023-04-04 09:21:21,894 INFO [decode.py:560] batch 0/?, cuts processed until now is 36
|
11 |
+
2023-04-04 09:22:03,674 INFO [zipformer.py:2441] attn_weights_entropy = tensor([1.3765, 1.4193, 1.7228, 1.7642, 1.3093, 1.6687, 1.6459, 1.5270],
|
12 |
+
device='cuda:0'), covar=tensor([0.3476, 0.3824, 0.1703, 0.2398, 0.3968, 0.2215, 0.4112, 0.3021],
|
13 |
+
device='cuda:0'), in_proj_covar=tensor([0.0922, 0.0996, 0.0730, 0.0941, 0.0899, 0.0836, 0.0850, 0.0796],
|
14 |
+
device='cuda:0'), out_proj_covar=tensor([0.0003, 0.0003, 0.0002, 0.0002, 0.0002, 0.0002, 0.0003, 0.0002],
|
15 |
+
device='cuda:0')
|
16 |
+
2023-04-04 09:22:18,478 INFO [decode.py:560] batch 20/?, cuts processed until now is 1038
|
17 |
+
2023-04-04 09:23:05,390 INFO [decode.py:560] batch 40/?, cuts processed until now is 2296
|
18 |
+
2023-04-04 09:23:30,148 INFO [decode.py:574] The transcripts are stored in pruned_transducer_stateless7_streaming/exp/v2/fast_beam_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
|
19 |
+
2023-04-04 09:23:30,221 INFO [utils.py:560] [test-clean-beam_20.0_max_contexts_4_max_states_8] %WER 3.57% [1879 / 52576, 218 ins, 142 del, 1519 sub ]
|
20 |
+
2023-04-04 09:23:30,377 INFO [decode.py:585] Wrote detailed error stats to pruned_transducer_stateless7_streaming/exp/v2/fast_beam_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
|
21 |
+
2023-04-04 09:23:30,378 INFO [decode.py:599]
|
22 |
+
For test-clean, WER of different settings are:
|
23 |
+
beam_20.0_max_contexts_4_max_states_8 3.57 best for test-clean
|
24 |
+
|
25 |
+
2023-04-04 09:23:33,849 INFO [decode.py:560] batch 0/?, cuts processed until now is 43
|
26 |
+
2023-04-04 09:24:24,002 INFO [zipformer.py:2441] attn_weights_entropy = tensor([1.2127, 1.4455, 1.7780, 1.1393, 2.3796, 2.9278, 2.6542, 2.9877],
|
27 |
+
device='cuda:0'), covar=tensor([0.1591, 0.3740, 0.3306, 0.2715, 0.0603, 0.0200, 0.0263, 0.0375],
|
28 |
+
device='cuda:0'), in_proj_covar=tensor([0.0275, 0.0327, 0.0358, 0.0267, 0.0247, 0.0189, 0.0215, 0.0266],
|
29 |
+
device='cuda:0'), out_proj_covar=tensor([0.0003, 0.0004, 0.0004, 0.0003, 0.0003, 0.0002, 0.0002, 0.0003],
|
30 |
+
device='cuda:0')
|
31 |
+
2023-04-04 09:24:25,372 INFO [decode.py:560] batch 20/?, cuts processed until now is 1198
|
32 |
+
2023-04-04 09:24:38,009 INFO [zipformer.py:2441] attn_weights_entropy = tensor([1.5290, 1.4286, 1.4607, 1.8452, 1.4408, 1.7147, 1.6404, 1.6043],
|
33 |
+
device='cuda:0'), covar=tensor([0.0797, 0.0904, 0.0939, 0.0609, 0.0893, 0.0737, 0.0895, 0.0659],
|
34 |
+
device='cuda:0'), in_proj_covar=tensor([0.0209, 0.0220, 0.0224, 0.0236, 0.0223, 0.0210, 0.0185, 0.0202],
|
35 |
+
device='cuda:0'), out_proj_covar=tensor([0.0005, 0.0005, 0.0005, 0.0005, 0.0005, 0.0005, 0.0004, 0.0004],
|
36 |
+
device='cuda:0')
|
37 |
+
2023-04-04 09:25:11,694 INFO [decode.py:560] batch 40/?, cuts processed until now is 2642
|
38 |
+
2023-04-04 09:25:33,579 INFO [decode.py:574] The transcripts are stored in pruned_transducer_stateless7_streaming/exp/v2/fast_beam_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
|
39 |
+
2023-04-04 09:25:33,661 INFO [utils.py:560] [test-other-beam_20.0_max_contexts_4_max_states_8] %WER 9.05% [4738 / 52343, 515 ins, 457 del, 3766 sub ]
|
40 |
+
2023-04-04 09:25:33,838 INFO [decode.py:585] Wrote detailed error stats to pruned_transducer_stateless7_streaming/exp/v2/fast_beam_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
|
41 |
+
2023-04-04 09:25:33,839 INFO [decode.py:599]
|
42 |
+
For test-other, WER of different settings are:
|
43 |
+
beam_20.0_max_contexts_4_max_states_8 9.05 best for test-other
|
44 |
+
|
45 |
+
2023-04-04 09:25:33,839 INFO [decode.py:803] Done!
|
log/fast_beam_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/fast_beam_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/fast_beam_search/wer-summary-test-clean-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
settings WER
|
2 |
+
beam_20.0_max_contexts_4_max_states_8 3.57
|
log/fast_beam_search/wer-summary-test-other-epoch-30-avg-9-streaming-chunk-size-32-beam-20.0-max-contexts-4-max-states-8-use-averaged-model.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
settings WER
|
2 |
+
beam_20.0_max_contexts_4_max_states_8 9.05
|
log/greedy_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/greedy_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/greedy_search/log-decode-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model-2023-04-04-09-35-47
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2023-04-04 09:35:47,107 INFO [decode.py:649] Decoding started
|
2 |
+
2023-04-04 09:35:47,108 INFO [decode.py:655] Device: cuda:0
|
3 |
+
2023-04-04 09:35:47,110 INFO [decode.py:665] {'best_train_loss': inf, 'best_valid_loss': inf, 'best_train_epoch': -1, 'best_valid_epoch': -1, 'batch_idx_train': 0, 'log_interval': 50, 'reset_interval': 200, 'valid_interval': 3000, 'feature_dim': 80, 'subsampling_factor': 4, 'warm_step': 2000, 'env_info': {'k2-version': '1.23.3', 'k2-build-type': 'Debug', 'k2-with-cuda': True, 'k2-git-sha1': '1c9950559223ec24d187f56bc424c3b43904bed3', 'k2-git-date': 'Thu Jan 26 22:00:26 2023', 'lhotse-version': '1.13.0.dev+git.ca98c73.dirty', 'torch-version': '2.0.0+cu117', 'torch-cuda-available': True, 'torch-cuda-version': '11.7', 'python-version': '3.8', 'icefall-git-branch': 'surt', 'icefall-git-sha1': '51e6a8a-dirty', 'icefall-git-date': 'Fri Mar 17 11:23:13 2023', 'icefall-path': '/exp/draj/mini_scale_2022/icefall', 'k2-path': '/exp/draj/mini_scale_2022/k2/k2/python/k2/__init__.py', 'lhotse-path': '/exp/draj/mini_scale_2022/lhotse/lhotse/__init__.py', 'hostname': 'r7n04', 'IP address': '10.1.7.4'}, 'epoch': 30, 'iter': 0, 'avg': 9, 'use_averaged_model': True, 'exp_dir': PosixPath('pruned_transducer_stateless7_streaming/exp/v2'), 'bpe_model': 'data/lang_bpe_500/bpe.model', 'lang_dir': PosixPath('data/lang_bpe_500'), 'decoding_method': 'greedy_search', 'beam_size': 4, 'beam': 20.0, 'ngram_lm_scale': 0.01, 'max_contexts': 4, 'max_states': 8, 'context_size': 2, 'max_sym_per_frame': 1, 'num_paths': 200, 'nbest_scale': 0.5, 'num_encoder_layers': '2,2,2,2,2', 'feedforward_dims': '768,768,768,768,768', 'nhead': '8,8,8,8,8', 'encoder_dims': '256,256,256,256,256', 'attention_dims': '192,192,192,192,192', 'encoder_unmasked_dims': '192,192,192,192,192', 'zipformer_downsampling_factors': '1,2,4,8,2', 'cnn_module_kernels': '31,31,31,31,31', 'decoder_dim': 512, 'joiner_dim': 512, 'short_chunk_size': 50, 'num_left_chunks': 4, 'decode_chunk_len': 32, 'full_libri': True, 'manifest_dir': PosixPath('data/manifests'), 'max_duration': 500, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'drop_last': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'input_strategy': 'PrecomputedFeatures', 'res_dir': PosixPath('pruned_transducer_stateless7_streaming/exp/v2/greedy_search'), 'suffix': 'epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model', 'blank_id': 0, 'unk_id': 2, 'vocab_size': 500}
|
4 |
+
2023-04-04 09:35:47,110 INFO [decode.py:667] About to create model
|
5 |
+
2023-04-04 09:35:47,453 INFO [zipformer.py:405] At encoder stack 4, which has downsampling_factor=2, we will combine the outputs of layers 1 and 3, with downsampling_factors=2 and 8.
|
6 |
+
2023-04-04 09:35:47,461 INFO [decode.py:738] Calculating the averaged model over epoch range from 21 (excluded) to 30
|
7 |
+
2023-04-04 09:35:49,999 INFO [decode.py:772] Number of model parameters: 20697573
|
8 |
+
2023-04-04 09:35:49,999 INFO [asr_datamodule.py:454] About to get test-clean cuts
|
9 |
+
2023-04-04 09:35:50,001 INFO [asr_datamodule.py:461] About to get test-other cuts
|
10 |
+
2023-04-04 09:35:53,538 INFO [decode.py:560] batch 0/?, cuts processed until now is 36
|
11 |
+
2023-04-04 09:36:38,926 INFO [decode.py:560] batch 50/?, cuts processed until now is 2609
|
12 |
+
2023-04-04 09:36:40,063 INFO [decode.py:574] The transcripts are stored in pruned_transducer_stateless7_streaming/exp/v2/greedy_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
|
13 |
+
2023-04-04 09:36:40,141 INFO [utils.py:560] [test-clean-greedy_search] %WER 3.58% [1881 / 52576, 211 ins, 163 del, 1507 sub ]
|
14 |
+
2023-04-04 09:36:40,301 INFO [decode.py:585] Wrote detailed error stats to pruned_transducer_stateless7_streaming/exp/v2/greedy_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
|
15 |
+
2023-04-04 09:36:40,302 INFO [decode.py:599]
|
16 |
+
For test-clean, WER of different settings are:
|
17 |
+
greedy_search 3.58 best for test-clean
|
18 |
+
|
19 |
+
2023-04-04 09:36:41,891 INFO [decode.py:560] batch 0/?, cuts processed until now is 43
|
20 |
+
2023-04-04 09:36:45,297 INFO [zipformer.py:2441] attn_weights_entropy = tensor([3.1587, 1.3790, 1.6006, 1.5477, 2.7838, 1.2051, 2.2557, 3.1271],
|
21 |
+
device='cuda:0'), covar=tensor([0.0570, 0.2876, 0.2844, 0.1718, 0.0661, 0.2407, 0.1209, 0.0258],
|
22 |
+
device='cuda:0'), in_proj_covar=tensor([0.0415, 0.0371, 0.0391, 0.0347, 0.0375, 0.0351, 0.0386, 0.0408],
|
23 |
+
device='cuda:0'), out_proj_covar=tensor([0.0003, 0.0003, 0.0003, 0.0003, 0.0003, 0.0003, 0.0003, 0.0003],
|
24 |
+
device='cuda:0')
|
25 |
+
2023-04-04 09:37:23,322 INFO [decode.py:560] batch 50/?, cuts processed until now is 2939
|
26 |
+
2023-04-04 09:37:23,429 INFO [decode.py:574] The transcripts are stored in pruned_transducer_stateless7_streaming/exp/v2/greedy_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
|
27 |
+
2023-04-04 09:37:23,509 INFO [utils.py:560] [test-other-greedy_search] %WER 9.29% [4862 / 52343, 500 ins, 491 del, 3871 sub ]
|
28 |
+
2023-04-04 09:37:23,678 INFO [decode.py:585] Wrote detailed error stats to pruned_transducer_stateless7_streaming/exp/v2/greedy_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
|
29 |
+
2023-04-04 09:37:23,679 INFO [decode.py:599]
|
30 |
+
For test-other, WER of different settings are:
|
31 |
+
greedy_search 9.29 best for test-other
|
32 |
+
|
33 |
+
2023-04-04 09:37:23,679 INFO [decode.py:803] Done!
|
log/greedy_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/greedy_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/greedy_search/wer-summary-test-clean-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
settings WER
|
2 |
+
greedy_search 3.58
|
log/greedy_search/wer-summary-test-other-epoch-30-avg-9-streaming-chunk-size-32-context-2-max-sym-per-frame-1-use-averaged-model.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
settings WER
|
2 |
+
greedy_search 9.29
|
log/log-train-2023-03-31-18-51-54-0
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/log-train-2023-03-31-18-51-54-1
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/log-train-2023-03-31-18-51-54-2
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/log-train-2023-03-31-18-51-54-3
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/modified_beam_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/modified_beam_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/modified_beam_search/log-decode-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model-2023-04-04-09-26-31
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2023-04-04 09:26:31,976 INFO [decode.py:649] Decoding started
|
2 |
+
2023-04-04 09:26:31,976 INFO [decode.py:655] Device: cuda:0
|
3 |
+
2023-04-04 09:26:31,978 INFO [decode.py:665] {'best_train_loss': inf, 'best_valid_loss': inf, 'best_train_epoch': -1, 'best_valid_epoch': -1, 'batch_idx_train': 0, 'log_interval': 50, 'reset_interval': 200, 'valid_interval': 3000, 'feature_dim': 80, 'subsampling_factor': 4, 'warm_step': 2000, 'env_info': {'k2-version': '1.23.3', 'k2-build-type': 'Debug', 'k2-with-cuda': True, 'k2-git-sha1': '1c9950559223ec24d187f56bc424c3b43904bed3', 'k2-git-date': 'Thu Jan 26 22:00:26 2023', 'lhotse-version': '1.13.0.dev+git.ca98c73.dirty', 'torch-version': '2.0.0+cu117', 'torch-cuda-available': True, 'torch-cuda-version': '11.7', 'python-version': '3.8', 'icefall-git-branch': 'surt', 'icefall-git-sha1': '51e6a8a-dirty', 'icefall-git-date': 'Fri Mar 17 11:23:13 2023', 'icefall-path': '/exp/draj/mini_scale_2022/icefall', 'k2-path': '/exp/draj/mini_scale_2022/k2/k2/python/k2/__init__.py', 'lhotse-path': '/exp/draj/mini_scale_2022/lhotse/lhotse/__init__.py', 'hostname': 'r7n04', 'IP address': '10.1.7.4'}, 'epoch': 30, 'iter': 0, 'avg': 9, 'use_averaged_model': True, 'exp_dir': PosixPath('pruned_transducer_stateless7_streaming/exp/v2'), 'bpe_model': 'data/lang_bpe_500/bpe.model', 'lang_dir': PosixPath('data/lang_bpe_500'), 'decoding_method': 'modified_beam_search', 'beam_size': 4, 'beam': 20.0, 'ngram_lm_scale': 0.01, 'max_contexts': 4, 'max_states': 8, 'context_size': 2, 'max_sym_per_frame': 1, 'num_paths': 200, 'nbest_scale': 0.5, 'num_encoder_layers': '2,2,2,2,2', 'feedforward_dims': '768,768,768,768,768', 'nhead': '8,8,8,8,8', 'encoder_dims': '256,256,256,256,256', 'attention_dims': '192,192,192,192,192', 'encoder_unmasked_dims': '192,192,192,192,192', 'zipformer_downsampling_factors': '1,2,4,8,2', 'cnn_module_kernels': '31,31,31,31,31', 'decoder_dim': 512, 'joiner_dim': 512, 'short_chunk_size': 50, 'num_left_chunks': 4, 'decode_chunk_len': 32, 'full_libri': True, 'manifest_dir': PosixPath('data/manifests'), 'max_duration': 500, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'drop_last': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'input_strategy': 'PrecomputedFeatures', 'res_dir': PosixPath('pruned_transducer_stateless7_streaming/exp/v2/modified_beam_search'), 'suffix': 'epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model', 'blank_id': 0, 'unk_id': 2, 'vocab_size': 500}
|
4 |
+
2023-04-04 09:26:31,979 INFO [decode.py:667] About to create model
|
5 |
+
2023-04-04 09:26:32,322 INFO [zipformer.py:405] At encoder stack 4, which has downsampling_factor=2, we will combine the outputs of layers 1 and 3, with downsampling_factors=2 and 8.
|
6 |
+
2023-04-04 09:26:32,330 INFO [decode.py:738] Calculating the averaged model over epoch range from 21 (excluded) to 30
|
7 |
+
2023-04-04 09:26:34,928 INFO [decode.py:772] Number of model parameters: 20697573
|
8 |
+
2023-04-04 09:26:34,928 INFO [asr_datamodule.py:454] About to get test-clean cuts
|
9 |
+
2023-04-04 09:26:34,931 INFO [asr_datamodule.py:461] About to get test-other cuts
|
10 |
+
2023-04-04 09:26:42,421 INFO [decode.py:560] batch 0/?, cuts processed until now is 36
|
11 |
+
2023-04-04 09:28:20,169 INFO [decode.py:560] batch 20/?, cuts processed until now is 1038
|
12 |
+
2023-04-04 09:29:48,445 INFO [decode.py:560] batch 40/?, cuts processed until now is 2296
|
13 |
+
2023-04-04 09:30:18,365 INFO [decode.py:574] The transcripts are stored in pruned_transducer_stateless7_streaming/exp/v2/modified_beam_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
|
14 |
+
2023-04-04 09:30:18,575 INFO [utils.py:560] [test-clean-beam_size_4] %WER 3.41% [1792 / 52576, 213 ins, 129 del, 1450 sub ]
|
15 |
+
2023-04-04 09:30:18,740 INFO [decode.py:585] Wrote detailed error stats to pruned_transducer_stateless7_streaming/exp/v2/modified_beam_search/errs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
|
16 |
+
2023-04-04 09:30:18,741 INFO [decode.py:599]
|
17 |
+
For test-clean, WER of different settings are:
|
18 |
+
beam_size_4 3.41 best for test-clean
|
19 |
+
|
20 |
+
2023-04-04 09:30:24,057 INFO [decode.py:560] batch 0/?, cuts processed until now is 43
|
21 |
+
2023-04-04 09:31:28,835 INFO [zipformer.py:2441] attn_weights_entropy = tensor([1.5981, 1.5829, 1.6027, 1.3932, 1.3421, 1.3843, 0.4039, 0.7473],
|
22 |
+
device='cuda:0'), covar=tensor([0.0687, 0.0691, 0.0417, 0.0690, 0.1242, 0.0840, 0.1421, 0.1122],
|
23 |
+
device='cuda:0'), in_proj_covar=tensor([0.0357, 0.0356, 0.0360, 0.0384, 0.0463, 0.0389, 0.0338, 0.0341],
|
24 |
+
device='cuda:0'), out_proj_covar=tensor([0.0002, 0.0002, 0.0002, 0.0002, 0.0003, 0.0002, 0.0002, 0.0002],
|
25 |
+
device='cuda:0')
|
26 |
+
2023-04-04 09:31:56,538 INFO [decode.py:560] batch 20/?, cuts processed until now is 1198
|
27 |
+
2023-04-04 09:33:26,353 INFO [decode.py:560] batch 40/?, cuts processed until now is 2642
|
28 |
+
2023-04-04 09:33:50,079 INFO [decode.py:574] The transcripts are stored in pruned_transducer_stateless7_streaming/exp/v2/modified_beam_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
|
29 |
+
2023-04-04 09:33:50,162 INFO [utils.py:560] [test-other-beam_size_4] %WER 8.94% [4681 / 52343, 512 ins, 424 del, 3745 sub ]
|
30 |
+
2023-04-04 09:33:50,334 INFO [decode.py:585] Wrote detailed error stats to pruned_transducer_stateless7_streaming/exp/v2/modified_beam_search/errs-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
|
31 |
+
2023-04-04 09:33:50,334 INFO [decode.py:599]
|
32 |
+
For test-other, WER of different settings are:
|
33 |
+
beam_size_4 8.94 best for test-other
|
34 |
+
|
35 |
+
2023-04-04 09:33:50,335 INFO [decode.py:803] Done!
|
log/modified_beam_search/recogs-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/modified_beam_search/recogs-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
log/modified_beam_search/wer-summary-test-clean-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
settings WER
|
2 |
+
beam_size_4 3.41
|
log/modified_beam_search/wer-summary-test-other-epoch-30-avg-9-streaming-chunk-size-32-modified_beam_search-beam-size-4-use-averaged-model.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
settings WER
|
2 |
+
beam_size_4 8.94
|
test_wavs/1089-134686-0001.wav
ADDED
Binary file (212 kB). View file
|
|
test_wavs/1221-135766-0001.wav
ADDED
Binary file (535 kB). View file
|
|
test_wavs/1221-135766-0002.wav
ADDED
Binary file (154 kB). View file
|
|
test_wavs/trans.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
1089-134686-0001 AFTER EARLY NIGHTFALL THE YELLOW LAMPS WOULD LIGHT UP HERE AND THERE THE SQUALID QUARTER OF THE BROTHELS
|
2 |
+
1221-135766-0001 GOD AS A DIRECT CONSEQUENCE OF THE SIN WHICH MAN THUS PUNISHED HAD GIVEN HER A LOVELY CHILD WHOSE PLACE WAS ON THAT SAME DISHONOURED BOSOM TO CONNECT HER PARENT FOR EVER WITH THE RACE AND DESCENT OF MORTALS AND TO BE FINALLY A BLESSED SOUL IN HEAVEN
|
3 |
+
1221-135766-0002 YET THESE THOUGHTS AFFECTED HESTER PRYNNE LESS WITH HOPE THAN APPREHENSION
|