Commit
·
3beaf73
1
Parent(s):
e5de2d3
Fixed readme and documentation paths
Browse files- .ipynb_checkpoints/ASR_Inference-checkpoint.ipynb +193 -96
- ASR_Inference.ipynb +193 -96
- README.md +3 -3
.ipynb_checkpoints/ASR_Inference-checkpoint.ipynb
CHANGED
@@ -2,14 +2,23 @@
|
|
2 |
"cells": [
|
3 |
{
|
4 |
"cell_type": "code",
|
5 |
-
"execution_count":
|
6 |
"metadata": {
|
7 |
"ExecuteTime": {
|
8 |
-
"end_time": "2021-03-
|
9 |
-
"start_time": "2021-03-
|
10 |
}
|
11 |
},
|
12 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"source": [
|
14 |
"from transformers import Wav2Vec2ForCTC\n",
|
15 |
"from transformers import Wav2Vec2Processor\n",
|
@@ -24,11 +33,11 @@
|
|
24 |
},
|
25 |
{
|
26 |
"cell_type": "code",
|
27 |
-
"execution_count":
|
28 |
"metadata": {
|
29 |
"ExecuteTime": {
|
30 |
-
"end_time": "2021-03-
|
31 |
-
"start_time": "2021-03-
|
32 |
}
|
33 |
},
|
34 |
"outputs": [],
|
@@ -66,11 +75,11 @@
|
|
66 |
},
|
67 |
{
|
68 |
"cell_type": "code",
|
69 |
-
"execution_count":
|
70 |
"metadata": {
|
71 |
"ExecuteTime": {
|
72 |
-
"end_time": "2021-03-
|
73 |
-
"start_time": "2021-03-
|
74 |
}
|
75 |
},
|
76 |
"outputs": [
|
@@ -83,17 +92,17 @@
|
|
83 |
}
|
84 |
],
|
85 |
"source": [
|
86 |
-
"model = Wav2Vec2ForCTC.from_pretrained(\"
|
87 |
-
"processor = Wav2Vec2Processor.from_pretrained(\"
|
88 |
]
|
89 |
},
|
90 |
{
|
91 |
"cell_type": "code",
|
92 |
-
"execution_count":
|
93 |
"metadata": {
|
94 |
"ExecuteTime": {
|
95 |
-
"end_time": "2021-03-
|
96 |
-
"start_time": "2021-03-
|
97 |
}
|
98 |
},
|
99 |
"outputs": [
|
@@ -112,11 +121,11 @@
|
|
112 |
},
|
113 |
{
|
114 |
"cell_type": "code",
|
115 |
-
"execution_count":
|
116 |
"metadata": {
|
117 |
"ExecuteTime": {
|
118 |
-
"end_time": "2021-03-
|
119 |
-
"start_time": "2021-03-
|
120 |
}
|
121 |
},
|
122 |
"outputs": [],
|
@@ -126,11 +135,11 @@
|
|
126 |
},
|
127 |
{
|
128 |
"cell_type": "code",
|
129 |
-
"execution_count":
|
130 |
"metadata": {
|
131 |
"ExecuteTime": {
|
132 |
-
"end_time": "2021-03-
|
133 |
-
"start_time": "2021-03-
|
134 |
}
|
135 |
},
|
136 |
"outputs": [
|
@@ -148,11 +157,11 @@
|
|
148 |
},
|
149 |
{
|
150 |
"cell_type": "code",
|
151 |
-
"execution_count":
|
152 |
"metadata": {
|
153 |
"ExecuteTime": {
|
154 |
-
"end_time": "2021-03-
|
155 |
-
"start_time": "2021-03-
|
156 |
}
|
157 |
},
|
158 |
"outputs": [
|
@@ -170,11 +179,11 @@
|
|
170 |
},
|
171 |
{
|
172 |
"cell_type": "code",
|
173 |
-
"execution_count":
|
174 |
"metadata": {
|
175 |
"ExecuteTime": {
|
176 |
-
"end_time": "2021-03-
|
177 |
-
"start_time": "2021-03-
|
178 |
}
|
179 |
},
|
180 |
"outputs": [
|
@@ -224,30 +233,28 @@
|
|
224 |
"name": "stdout",
|
225 |
"output_type": "stream",
|
226 |
"text": [
|
227 |
-
"
|
228 |
]
|
229 |
},
|
230 |
{
|
231 |
"name": "stderr",
|
232 |
"output_type": "stream",
|
233 |
"text": [
|
234 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-44bf1791baae8e2e.arrow\n"
|
235 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-ecc0dfac5615a58e.arrow\n"
|
236 |
]
|
237 |
},
|
238 |
{
|
239 |
"name": "stdout",
|
240 |
"output_type": "stream",
|
241 |
"text": [
|
242 |
-
"
|
243 |
]
|
244 |
},
|
245 |
{
|
246 |
"name": "stderr",
|
247 |
"output_type": "stream",
|
248 |
"text": [
|
249 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
250 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-923d905502a8661d.arrow\n"
|
251 |
]
|
252 |
},
|
253 |
{
|
@@ -261,37 +268,21 @@
|
|
261 |
"name": "stderr",
|
262 |
"output_type": "stream",
|
263 |
"text": [
|
264 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
265 |
]
|
266 |
-
}
|
267 |
-
],
|
268 |
-
"source": [
|
269 |
-
"common_voice_test = common_voice_test.map(resample, num_proc=8)"
|
270 |
-
]
|
271 |
-
},
|
272 |
-
{
|
273 |
-
"cell_type": "code",
|
274 |
-
"execution_count": 23,
|
275 |
-
"metadata": {
|
276 |
-
"ExecuteTime": {
|
277 |
-
"end_time": "2021-03-14T18:07:27.032511Z",
|
278 |
-
"start_time": "2021-03-14T18:07:26.432613Z"
|
279 |
-
}
|
280 |
-
},
|
281 |
-
"outputs": [
|
282 |
{
|
283 |
"name": "stdout",
|
284 |
"output_type": "stream",
|
285 |
"text": [
|
286 |
-
"
|
287 |
]
|
288 |
},
|
289 |
{
|
290 |
"name": "stderr",
|
291 |
"output_type": "stream",
|
292 |
"text": [
|
293 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
294 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-a30edec53656694c.arrow\n"
|
295 |
]
|
296 |
},
|
297 |
{
|
@@ -305,64 +296,163 @@
|
|
305 |
"name": "stderr",
|
306 |
"output_type": "stream",
|
307 |
"text": [
|
308 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
309 |
-
]
|
310 |
-
},
|
311 |
-
{
|
312 |
-
"name": "stdout",
|
313 |
-
"output_type": "stream",
|
314 |
-
"text": [
|
315 |
-
" "
|
316 |
]
|
317 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
{
|
319 |
"name": "stderr",
|
320 |
"output_type": "stream",
|
321 |
"text": [
|
322 |
-
"
|
|
|
323 |
]
|
324 |
},
|
325 |
{
|
326 |
"name": "stdout",
|
327 |
"output_type": "stream",
|
328 |
"text": [
|
329 |
-
"
|
330 |
]
|
331 |
},
|
332 |
{
|
333 |
-
"
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
338 |
},
|
339 |
{
|
340 |
-
"
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
},
|
346 |
{
|
347 |
-
"
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
},
|
354 |
{
|
355 |
-
"
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
},
|
361 |
{
|
362 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
"output_type": "stream",
|
364 |
"text": [
|
365 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
366 |
]
|
367 |
}
|
368 |
],
|
@@ -372,11 +462,11 @@
|
|
372 |
},
|
373 |
{
|
374 |
"cell_type": "code",
|
375 |
-
"execution_count":
|
376 |
"metadata": {
|
377 |
"ExecuteTime": {
|
378 |
-
"end_time": "2021-03-
|
379 |
-
"start_time": "2021-03-
|
380 |
}
|
381 |
},
|
382 |
"outputs": [
|
@@ -395,11 +485,11 @@
|
|
395 |
},
|
396 |
{
|
397 |
"cell_type": "code",
|
398 |
-
"execution_count":
|
399 |
"metadata": {
|
400 |
"ExecuteTime": {
|
401 |
-
"end_time": "2021-03-
|
402 |
-
"start_time": "2021-03-
|
403 |
}
|
404 |
},
|
405 |
"outputs": [],
|
@@ -416,11 +506,11 @@
|
|
416 |
},
|
417 |
{
|
418 |
"cell_type": "code",
|
419 |
-
"execution_count":
|
420 |
"metadata": {
|
421 |
"ExecuteTime": {
|
422 |
-
"end_time": "2021-03-
|
423 |
-
"start_time": "2021-03-
|
424 |
}
|
425 |
},
|
426 |
"outputs": [
|
@@ -445,6 +535,13 @@
|
|
445 |
"print(common_voice_test_transcription[\"sentence\"][example].lower())\n",
|
446 |
"# πού θέλεις να πάμε; ρώτησε φοβισμένα ο βασιλιάς."
|
447 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
448 |
}
|
449 |
],
|
450 |
"metadata": {
|
|
|
2 |
"cells": [
|
3 |
{
|
4 |
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
"metadata": {
|
7 |
"ExecuteTime": {
|
8 |
+
"end_time": "2021-03-14T19:32:40.765119Z",
|
9 |
+
"start_time": "2021-03-14T19:32:39.314790Z"
|
10 |
}
|
11 |
},
|
12 |
+
"outputs": [
|
13 |
+
{
|
14 |
+
"name": "stderr",
|
15 |
+
"output_type": "stream",
|
16 |
+
"text": [
|
17 |
+
"/home/earendil/anaconda3/envs/cuda110/lib/python3.8/site-packages/torchaudio/backend/utils.py:53: UserWarning: \"sox\" backend is being deprecated. The default backend will be changed to \"sox_io\" backend in 0.8.0 and \"sox\" backend will be removed in 0.9.0. Please migrate to \"sox_io\" backend. Please refer to https://github.com/pytorch/audio/issues/903 for the detail.\n",
|
18 |
+
" warnings.warn(\n"
|
19 |
+
]
|
20 |
+
}
|
21 |
+
],
|
22 |
"source": [
|
23 |
"from transformers import Wav2Vec2ForCTC\n",
|
24 |
"from transformers import Wav2Vec2Processor\n",
|
|
|
33 |
},
|
34 |
{
|
35 |
"cell_type": "code",
|
36 |
+
"execution_count": 2,
|
37 |
"metadata": {
|
38 |
"ExecuteTime": {
|
39 |
+
"end_time": "2021-03-14T19:32:40.774860Z",
|
40 |
+
"start_time": "2021-03-14T19:32:40.771235Z"
|
41 |
}
|
42 |
},
|
43 |
"outputs": [],
|
|
|
75 |
},
|
76 |
{
|
77 |
"cell_type": "code",
|
78 |
+
"execution_count": 3,
|
79 |
"metadata": {
|
80 |
"ExecuteTime": {
|
81 |
+
"end_time": "2021-03-14T19:32:49.565850Z",
|
82 |
+
"start_time": "2021-03-14T19:32:41.891601Z"
|
83 |
}
|
84 |
},
|
85 |
"outputs": [
|
|
|
92 |
}
|
93 |
],
|
94 |
"source": [
|
95 |
+
"model = Wav2Vec2ForCTC.from_pretrained(\".\").to(\"cuda\")\n",
|
96 |
+
"processor = Wav2Vec2Processor.from_pretrained(\".\")"
|
97 |
]
|
98 |
},
|
99 |
{
|
100 |
"cell_type": "code",
|
101 |
+
"execution_count": 4,
|
102 |
"metadata": {
|
103 |
"ExecuteTime": {
|
104 |
+
"end_time": "2021-03-14T19:33:03.514113Z",
|
105 |
+
"start_time": "2021-03-14T19:33:00.953049Z"
|
106 |
}
|
107 |
},
|
108 |
"outputs": [
|
|
|
121 |
},
|
122 |
{
|
123 |
"cell_type": "code",
|
124 |
+
"execution_count": 5,
|
125 |
"metadata": {
|
126 |
"ExecuteTime": {
|
127 |
+
"end_time": "2021-03-14T19:33:03.528699Z",
|
128 |
+
"start_time": "2021-03-14T19:33:03.525034Z"
|
129 |
}
|
130 |
},
|
131 |
"outputs": [],
|
|
|
135 |
},
|
136 |
{
|
137 |
"cell_type": "code",
|
138 |
+
"execution_count": 6,
|
139 |
"metadata": {
|
140 |
"ExecuteTime": {
|
141 |
+
"end_time": "2021-03-14T19:33:03.542260Z",
|
142 |
+
"start_time": "2021-03-14T19:33:03.538498Z"
|
143 |
}
|
144 |
},
|
145 |
"outputs": [
|
|
|
157 |
},
|
158 |
{
|
159 |
"cell_type": "code",
|
160 |
+
"execution_count": 7,
|
161 |
"metadata": {
|
162 |
"ExecuteTime": {
|
163 |
+
"end_time": "2021-03-14T19:33:03.561798Z",
|
164 |
+
"start_time": "2021-03-14T19:33:03.554256Z"
|
165 |
}
|
166 |
},
|
167 |
"outputs": [
|
|
|
179 |
},
|
180 |
{
|
181 |
"cell_type": "code",
|
182 |
+
"execution_count": 8,
|
183 |
"metadata": {
|
184 |
"ExecuteTime": {
|
185 |
+
"end_time": "2021-03-14T19:33:04.357229Z",
|
186 |
+
"start_time": "2021-03-14T19:33:03.570805Z"
|
187 |
}
|
188 |
},
|
189 |
"outputs": [
|
|
|
233 |
"name": "stdout",
|
234 |
"output_type": "stream",
|
235 |
"text": [
|
236 |
+
" "
|
237 |
]
|
238 |
},
|
239 |
{
|
240 |
"name": "stderr",
|
241 |
"output_type": "stream",
|
242 |
"text": [
|
243 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-44bf1791baae8e2e.arrow\n"
|
|
|
244 |
]
|
245 |
},
|
246 |
{
|
247 |
"name": "stdout",
|
248 |
"output_type": "stream",
|
249 |
"text": [
|
250 |
+
" "
|
251 |
]
|
252 |
},
|
253 |
{
|
254 |
"name": "stderr",
|
255 |
"output_type": "stream",
|
256 |
"text": [
|
257 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-ecc0dfac5615a58e.arrow\n"
|
|
|
258 |
]
|
259 |
},
|
260 |
{
|
|
|
268 |
"name": "stderr",
|
269 |
"output_type": "stream",
|
270 |
"text": [
|
271 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-923d905502a8661d.arrow\n"
|
272 |
]
|
273 |
+
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
{
|
275 |
"name": "stdout",
|
276 |
"output_type": "stream",
|
277 |
"text": [
|
278 |
+
" "
|
279 |
]
|
280 |
},
|
281 |
{
|
282 |
"name": "stderr",
|
283 |
"output_type": "stream",
|
284 |
"text": [
|
285 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-bb54bb00dae79669.arrow\n"
|
|
|
286 |
]
|
287 |
},
|
288 |
{
|
|
|
296 |
"name": "stderr",
|
297 |
"output_type": "stream",
|
298 |
"text": [
|
299 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-062aeafc3b8816c1.arrow\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
]
|
301 |
+
}
|
302 |
+
],
|
303 |
+
"source": [
|
304 |
+
"common_voice_test = common_voice_test.map(resample, num_proc=8)"
|
305 |
+
]
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"cell_type": "code",
|
309 |
+
"execution_count": 9,
|
310 |
+
"metadata": {
|
311 |
+
"ExecuteTime": {
|
312 |
+
"end_time": "2021-03-14T19:33:11.205598Z",
|
313 |
+
"start_time": "2021-03-14T19:33:04.368615Z"
|
314 |
+
}
|
315 |
+
},
|
316 |
+
"outputs": [
|
317 |
{
|
318 |
"name": "stderr",
|
319 |
"output_type": "stream",
|
320 |
"text": [
|
321 |
+
"/home/earendil/anaconda3/envs/cuda110/lib/python3.8/site-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
|
322 |
+
" return array(a, dtype, copy=False, order=order)\n"
|
323 |
]
|
324 |
},
|
325 |
{
|
326 |
"name": "stdout",
|
327 |
"output_type": "stream",
|
328 |
"text": [
|
329 |
+
" "
|
330 |
]
|
331 |
},
|
332 |
{
|
333 |
+
"data": {
|
334 |
+
"application/vnd.jupyter.widget-view+json": {
|
335 |
+
"model_id": "b179696d93284b739cc550511ca28b78",
|
336 |
+
"version_major": 2,
|
337 |
+
"version_minor": 0
|
338 |
+
},
|
339 |
+
"text/plain": [
|
340 |
+
"HBox(children=(IntProgress(value=0, description='#1', max=24, style=ProgressStyle(description_width='initial')…"
|
341 |
+
]
|
342 |
+
},
|
343 |
+
"metadata": {},
|
344 |
+
"output_type": "display_data"
|
345 |
},
|
346 |
{
|
347 |
+
"data": {
|
348 |
+
"application/vnd.jupyter.widget-view+json": {
|
349 |
+
"model_id": "2aa538a2fdcb4d56a55cd612c879044f",
|
350 |
+
"version_major": 2,
|
351 |
+
"version_minor": 0
|
352 |
+
},
|
353 |
+
"text/plain": [
|
354 |
+
"HBox(children=(IntProgress(value=0, description='#0', max=24, style=ProgressStyle(description_width='initial')…"
|
355 |
+
]
|
356 |
+
},
|
357 |
+
"metadata": {},
|
358 |
+
"output_type": "display_data"
|
359 |
},
|
360 |
{
|
361 |
+
"data": {
|
362 |
+
"application/vnd.jupyter.widget-view+json": {
|
363 |
+
"model_id": "073b156d7b7541e08ad20ec377efb05b",
|
364 |
+
"version_major": 2,
|
365 |
+
"version_minor": 0
|
366 |
+
},
|
367 |
+
"text/plain": [
|
368 |
+
"HBox(children=(IntProgress(value=0, description='#2', max=24, style=ProgressStyle(description_width='initial')…"
|
369 |
+
]
|
370 |
+
},
|
371 |
+
"metadata": {},
|
372 |
+
"output_type": "display_data"
|
373 |
},
|
374 |
{
|
375 |
+
"data": {
|
376 |
+
"application/vnd.jupyter.widget-view+json": {
|
377 |
+
"model_id": "dcaa10621a674699a7bf17357cd75a4a",
|
378 |
+
"version_major": 2,
|
379 |
+
"version_minor": 0
|
380 |
+
},
|
381 |
+
"text/plain": [
|
382 |
+
"HBox(children=(IntProgress(value=0, description='#4', max=24, style=ProgressStyle(description_width='initial')…"
|
383 |
+
]
|
384 |
+
},
|
385 |
+
"metadata": {},
|
386 |
+
"output_type": "display_data"
|
387 |
},
|
388 |
{
|
389 |
+
"data": {
|
390 |
+
"application/vnd.jupyter.widget-view+json": {
|
391 |
+
"model_id": "9ee2184681db4e16802387bbc1acfef3",
|
392 |
+
"version_major": 2,
|
393 |
+
"version_minor": 0
|
394 |
+
},
|
395 |
+
"text/plain": [
|
396 |
+
"HBox(children=(IntProgress(value=0, description='#3', max=24, style=ProgressStyle(description_width='initial')…"
|
397 |
+
]
|
398 |
+
},
|
399 |
+
"metadata": {},
|
400 |
+
"output_type": "display_data"
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"data": {
|
404 |
+
"application/vnd.jupyter.widget-view+json": {
|
405 |
+
"model_id": "36c3bcde96114167a1dc6942d9d551f1",
|
406 |
+
"version_major": 2,
|
407 |
+
"version_minor": 0
|
408 |
+
},
|
409 |
+
"text/plain": [
|
410 |
+
"HBox(children=(IntProgress(value=0, description='#6', max=24, style=ProgressStyle(description_width='initial')…"
|
411 |
+
]
|
412 |
+
},
|
413 |
+
"metadata": {},
|
414 |
+
"output_type": "display_data"
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"data": {
|
418 |
+
"application/vnd.jupyter.widget-view+json": {
|
419 |
+
"model_id": "b0ad190f479d40a599e74cfa9deddec8",
|
420 |
+
"version_major": 2,
|
421 |
+
"version_minor": 0
|
422 |
+
},
|
423 |
+
"text/plain": [
|
424 |
+
"HBox(children=(IntProgress(value=0, description='#5', max=24, style=ProgressStyle(description_width='initial')…"
|
425 |
+
]
|
426 |
+
},
|
427 |
+
"metadata": {},
|
428 |
+
"output_type": "display_data"
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"data": {
|
432 |
+
"application/vnd.jupyter.widget-view+json": {
|
433 |
+
"model_id": "138f7261158c4a9ab84414a20954de01",
|
434 |
+
"version_major": 2,
|
435 |
+
"version_minor": 0
|
436 |
+
},
|
437 |
+
"text/plain": [
|
438 |
+
"HBox(children=(IntProgress(value=0, description='#7', max=24, style=ProgressStyle(description_width='initial')…"
|
439 |
+
]
|
440 |
+
},
|
441 |
+
"metadata": {},
|
442 |
+
"output_type": "display_data"
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"name": "stdout",
|
446 |
"output_type": "stream",
|
447 |
"text": [
|
448 |
+
"\n",
|
449 |
+
"\n",
|
450 |
+
"\n",
|
451 |
+
"\n",
|
452 |
+
"\n",
|
453 |
+
"\n",
|
454 |
+
"\n",
|
455 |
+
"\n"
|
456 |
]
|
457 |
}
|
458 |
],
|
|
|
462 |
},
|
463 |
{
|
464 |
"cell_type": "code",
|
465 |
+
"execution_count": 10,
|
466 |
"metadata": {
|
467 |
"ExecuteTime": {
|
468 |
+
"end_time": "2021-03-14T19:33:14.391497Z",
|
469 |
+
"start_time": "2021-03-14T19:33:11.216118Z"
|
470 |
}
|
471 |
},
|
472 |
"outputs": [
|
|
|
485 |
},
|
486 |
{
|
487 |
"cell_type": "code",
|
488 |
+
"execution_count": 11,
|
489 |
"metadata": {
|
490 |
"ExecuteTime": {
|
491 |
+
"end_time": "2021-03-14T19:33:39.856174Z",
|
492 |
+
"start_time": "2021-03-14T19:33:14.402825Z"
|
493 |
}
|
494 |
},
|
495 |
"outputs": [],
|
|
|
506 |
},
|
507 |
{
|
508 |
"cell_type": "code",
|
509 |
+
"execution_count": 12,
|
510 |
"metadata": {
|
511 |
"ExecuteTime": {
|
512 |
+
"end_time": "2021-03-14T19:33:39.887236Z",
|
513 |
+
"start_time": "2021-03-14T19:33:39.881958Z"
|
514 |
}
|
515 |
},
|
516 |
"outputs": [
|
|
|
535 |
"print(common_voice_test_transcription[\"sentence\"][example].lower())\n",
|
536 |
"# πού θέλεις να πάμε; ρώτησε φοβισμένα ο βασιλιάς."
|
537 |
]
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"cell_type": "code",
|
541 |
+
"execution_count": null,
|
542 |
+
"metadata": {},
|
543 |
+
"outputs": [],
|
544 |
+
"source": []
|
545 |
}
|
546 |
],
|
547 |
"metadata": {
|
ASR_Inference.ipynb
CHANGED
@@ -2,14 +2,23 @@
|
|
2 |
"cells": [
|
3 |
{
|
4 |
"cell_type": "code",
|
5 |
-
"execution_count":
|
6 |
"metadata": {
|
7 |
"ExecuteTime": {
|
8 |
-
"end_time": "2021-03-
|
9 |
-
"start_time": "2021-03-
|
10 |
}
|
11 |
},
|
12 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"source": [
|
14 |
"from transformers import Wav2Vec2ForCTC\n",
|
15 |
"from transformers import Wav2Vec2Processor\n",
|
@@ -24,11 +33,11 @@
|
|
24 |
},
|
25 |
{
|
26 |
"cell_type": "code",
|
27 |
-
"execution_count":
|
28 |
"metadata": {
|
29 |
"ExecuteTime": {
|
30 |
-
"end_time": "2021-03-
|
31 |
-
"start_time": "2021-03-
|
32 |
}
|
33 |
},
|
34 |
"outputs": [],
|
@@ -66,11 +75,11 @@
|
|
66 |
},
|
67 |
{
|
68 |
"cell_type": "code",
|
69 |
-
"execution_count":
|
70 |
"metadata": {
|
71 |
"ExecuteTime": {
|
72 |
-
"end_time": "2021-03-
|
73 |
-
"start_time": "2021-03-
|
74 |
}
|
75 |
},
|
76 |
"outputs": [
|
@@ -83,17 +92,17 @@
|
|
83 |
}
|
84 |
],
|
85 |
"source": [
|
86 |
-
"model = Wav2Vec2ForCTC.from_pretrained(\"
|
87 |
-
"processor = Wav2Vec2Processor.from_pretrained(\"
|
88 |
]
|
89 |
},
|
90 |
{
|
91 |
"cell_type": "code",
|
92 |
-
"execution_count":
|
93 |
"metadata": {
|
94 |
"ExecuteTime": {
|
95 |
-
"end_time": "2021-03-
|
96 |
-
"start_time": "2021-03-
|
97 |
}
|
98 |
},
|
99 |
"outputs": [
|
@@ -112,11 +121,11 @@
|
|
112 |
},
|
113 |
{
|
114 |
"cell_type": "code",
|
115 |
-
"execution_count":
|
116 |
"metadata": {
|
117 |
"ExecuteTime": {
|
118 |
-
"end_time": "2021-03-
|
119 |
-
"start_time": "2021-03-
|
120 |
}
|
121 |
},
|
122 |
"outputs": [],
|
@@ -126,11 +135,11 @@
|
|
126 |
},
|
127 |
{
|
128 |
"cell_type": "code",
|
129 |
-
"execution_count":
|
130 |
"metadata": {
|
131 |
"ExecuteTime": {
|
132 |
-
"end_time": "2021-03-
|
133 |
-
"start_time": "2021-03-
|
134 |
}
|
135 |
},
|
136 |
"outputs": [
|
@@ -148,11 +157,11 @@
|
|
148 |
},
|
149 |
{
|
150 |
"cell_type": "code",
|
151 |
-
"execution_count":
|
152 |
"metadata": {
|
153 |
"ExecuteTime": {
|
154 |
-
"end_time": "2021-03-
|
155 |
-
"start_time": "2021-03-
|
156 |
}
|
157 |
},
|
158 |
"outputs": [
|
@@ -170,11 +179,11 @@
|
|
170 |
},
|
171 |
{
|
172 |
"cell_type": "code",
|
173 |
-
"execution_count":
|
174 |
"metadata": {
|
175 |
"ExecuteTime": {
|
176 |
-
"end_time": "2021-03-
|
177 |
-
"start_time": "2021-03-
|
178 |
}
|
179 |
},
|
180 |
"outputs": [
|
@@ -224,30 +233,28 @@
|
|
224 |
"name": "stdout",
|
225 |
"output_type": "stream",
|
226 |
"text": [
|
227 |
-
"
|
228 |
]
|
229 |
},
|
230 |
{
|
231 |
"name": "stderr",
|
232 |
"output_type": "stream",
|
233 |
"text": [
|
234 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-44bf1791baae8e2e.arrow\n"
|
235 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-ecc0dfac5615a58e.arrow\n"
|
236 |
]
|
237 |
},
|
238 |
{
|
239 |
"name": "stdout",
|
240 |
"output_type": "stream",
|
241 |
"text": [
|
242 |
-
"
|
243 |
]
|
244 |
},
|
245 |
{
|
246 |
"name": "stderr",
|
247 |
"output_type": "stream",
|
248 |
"text": [
|
249 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
250 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-923d905502a8661d.arrow\n"
|
251 |
]
|
252 |
},
|
253 |
{
|
@@ -261,37 +268,21 @@
|
|
261 |
"name": "stderr",
|
262 |
"output_type": "stream",
|
263 |
"text": [
|
264 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
265 |
]
|
266 |
-
}
|
267 |
-
],
|
268 |
-
"source": [
|
269 |
-
"common_voice_test = common_voice_test.map(resample, num_proc=8)"
|
270 |
-
]
|
271 |
-
},
|
272 |
-
{
|
273 |
-
"cell_type": "code",
|
274 |
-
"execution_count": 23,
|
275 |
-
"metadata": {
|
276 |
-
"ExecuteTime": {
|
277 |
-
"end_time": "2021-03-14T18:07:27.032511Z",
|
278 |
-
"start_time": "2021-03-14T18:07:26.432613Z"
|
279 |
-
}
|
280 |
-
},
|
281 |
-
"outputs": [
|
282 |
{
|
283 |
"name": "stdout",
|
284 |
"output_type": "stream",
|
285 |
"text": [
|
286 |
-
"
|
287 |
]
|
288 |
},
|
289 |
{
|
290 |
"name": "stderr",
|
291 |
"output_type": "stream",
|
292 |
"text": [
|
293 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
294 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-a30edec53656694c.arrow\n"
|
295 |
]
|
296 |
},
|
297 |
{
|
@@ -305,64 +296,163 @@
|
|
305 |
"name": "stderr",
|
306 |
"output_type": "stream",
|
307 |
"text": [
|
308 |
-
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-
|
309 |
-
]
|
310 |
-
},
|
311 |
-
{
|
312 |
-
"name": "stdout",
|
313 |
-
"output_type": "stream",
|
314 |
-
"text": [
|
315 |
-
" "
|
316 |
]
|
317 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
{
|
319 |
"name": "stderr",
|
320 |
"output_type": "stream",
|
321 |
"text": [
|
322 |
-
"
|
|
|
323 |
]
|
324 |
},
|
325 |
{
|
326 |
"name": "stdout",
|
327 |
"output_type": "stream",
|
328 |
"text": [
|
329 |
-
"
|
330 |
]
|
331 |
},
|
332 |
{
|
333 |
-
"
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
338 |
},
|
339 |
{
|
340 |
-
"
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
},
|
346 |
{
|
347 |
-
"
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
},
|
354 |
{
|
355 |
-
"
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
},
|
361 |
{
|
362 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
"output_type": "stream",
|
364 |
"text": [
|
365 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
366 |
]
|
367 |
}
|
368 |
],
|
@@ -372,11 +462,11 @@
|
|
372 |
},
|
373 |
{
|
374 |
"cell_type": "code",
|
375 |
-
"execution_count":
|
376 |
"metadata": {
|
377 |
"ExecuteTime": {
|
378 |
-
"end_time": "2021-03-
|
379 |
-
"start_time": "2021-03-
|
380 |
}
|
381 |
},
|
382 |
"outputs": [
|
@@ -395,11 +485,11 @@
|
|
395 |
},
|
396 |
{
|
397 |
"cell_type": "code",
|
398 |
-
"execution_count":
|
399 |
"metadata": {
|
400 |
"ExecuteTime": {
|
401 |
-
"end_time": "2021-03-
|
402 |
-
"start_time": "2021-03-
|
403 |
}
|
404 |
},
|
405 |
"outputs": [],
|
@@ -416,11 +506,11 @@
|
|
416 |
},
|
417 |
{
|
418 |
"cell_type": "code",
|
419 |
-
"execution_count":
|
420 |
"metadata": {
|
421 |
"ExecuteTime": {
|
422 |
-
"end_time": "2021-03-
|
423 |
-
"start_time": "2021-03-
|
424 |
}
|
425 |
},
|
426 |
"outputs": [
|
@@ -445,6 +535,13 @@
|
|
445 |
"print(common_voice_test_transcription[\"sentence\"][example].lower())\n",
|
446 |
"# πού θέλεις να πάμε; ρώτησε φοβισμένα ο βασιλιάς."
|
447 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
448 |
}
|
449 |
],
|
450 |
"metadata": {
|
|
|
2 |
"cells": [
|
3 |
{
|
4 |
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
"metadata": {
|
7 |
"ExecuteTime": {
|
8 |
+
"end_time": "2021-03-14T19:32:40.765119Z",
|
9 |
+
"start_time": "2021-03-14T19:32:39.314790Z"
|
10 |
}
|
11 |
},
|
12 |
+
"outputs": [
|
13 |
+
{
|
14 |
+
"name": "stderr",
|
15 |
+
"output_type": "stream",
|
16 |
+
"text": [
|
17 |
+
"/home/earendil/anaconda3/envs/cuda110/lib/python3.8/site-packages/torchaudio/backend/utils.py:53: UserWarning: \"sox\" backend is being deprecated. The default backend will be changed to \"sox_io\" backend in 0.8.0 and \"sox\" backend will be removed in 0.9.0. Please migrate to \"sox_io\" backend. Please refer to https://github.com/pytorch/audio/issues/903 for the detail.\n",
|
18 |
+
" warnings.warn(\n"
|
19 |
+
]
|
20 |
+
}
|
21 |
+
],
|
22 |
"source": [
|
23 |
"from transformers import Wav2Vec2ForCTC\n",
|
24 |
"from transformers import Wav2Vec2Processor\n",
|
|
|
33 |
},
|
34 |
{
|
35 |
"cell_type": "code",
|
36 |
+
"execution_count": 2,
|
37 |
"metadata": {
|
38 |
"ExecuteTime": {
|
39 |
+
"end_time": "2021-03-14T19:32:40.774860Z",
|
40 |
+
"start_time": "2021-03-14T19:32:40.771235Z"
|
41 |
}
|
42 |
},
|
43 |
"outputs": [],
|
|
|
75 |
},
|
76 |
{
|
77 |
"cell_type": "code",
|
78 |
+
"execution_count": 3,
|
79 |
"metadata": {
|
80 |
"ExecuteTime": {
|
81 |
+
"end_time": "2021-03-14T19:32:49.565850Z",
|
82 |
+
"start_time": "2021-03-14T19:32:41.891601Z"
|
83 |
}
|
84 |
},
|
85 |
"outputs": [
|
|
|
92 |
}
|
93 |
],
|
94 |
"source": [
|
95 |
+
"model = Wav2Vec2ForCTC.from_pretrained(\".\").to(\"cuda\")\n",
|
96 |
+
"processor = Wav2Vec2Processor.from_pretrained(\".\")"
|
97 |
]
|
98 |
},
|
99 |
{
|
100 |
"cell_type": "code",
|
101 |
+
"execution_count": 4,
|
102 |
"metadata": {
|
103 |
"ExecuteTime": {
|
104 |
+
"end_time": "2021-03-14T19:33:03.514113Z",
|
105 |
+
"start_time": "2021-03-14T19:33:00.953049Z"
|
106 |
}
|
107 |
},
|
108 |
"outputs": [
|
|
|
121 |
},
|
122 |
{
|
123 |
"cell_type": "code",
|
124 |
+
"execution_count": 5,
|
125 |
"metadata": {
|
126 |
"ExecuteTime": {
|
127 |
+
"end_time": "2021-03-14T19:33:03.528699Z",
|
128 |
+
"start_time": "2021-03-14T19:33:03.525034Z"
|
129 |
}
|
130 |
},
|
131 |
"outputs": [],
|
|
|
135 |
},
|
136 |
{
|
137 |
"cell_type": "code",
|
138 |
+
"execution_count": 6,
|
139 |
"metadata": {
|
140 |
"ExecuteTime": {
|
141 |
+
"end_time": "2021-03-14T19:33:03.542260Z",
|
142 |
+
"start_time": "2021-03-14T19:33:03.538498Z"
|
143 |
}
|
144 |
},
|
145 |
"outputs": [
|
|
|
157 |
},
|
158 |
{
|
159 |
"cell_type": "code",
|
160 |
+
"execution_count": 7,
|
161 |
"metadata": {
|
162 |
"ExecuteTime": {
|
163 |
+
"end_time": "2021-03-14T19:33:03.561798Z",
|
164 |
+
"start_time": "2021-03-14T19:33:03.554256Z"
|
165 |
}
|
166 |
},
|
167 |
"outputs": [
|
|
|
179 |
},
|
180 |
{
|
181 |
"cell_type": "code",
|
182 |
+
"execution_count": 8,
|
183 |
"metadata": {
|
184 |
"ExecuteTime": {
|
185 |
+
"end_time": "2021-03-14T19:33:04.357229Z",
|
186 |
+
"start_time": "2021-03-14T19:33:03.570805Z"
|
187 |
}
|
188 |
},
|
189 |
"outputs": [
|
|
|
233 |
"name": "stdout",
|
234 |
"output_type": "stream",
|
235 |
"text": [
|
236 |
+
" "
|
237 |
]
|
238 |
},
|
239 |
{
|
240 |
"name": "stderr",
|
241 |
"output_type": "stream",
|
242 |
"text": [
|
243 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-44bf1791baae8e2e.arrow\n"
|
|
|
244 |
]
|
245 |
},
|
246 |
{
|
247 |
"name": "stdout",
|
248 |
"output_type": "stream",
|
249 |
"text": [
|
250 |
+
" "
|
251 |
]
|
252 |
},
|
253 |
{
|
254 |
"name": "stderr",
|
255 |
"output_type": "stream",
|
256 |
"text": [
|
257 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-ecc0dfac5615a58e.arrow\n"
|
|
|
258 |
]
|
259 |
},
|
260 |
{
|
|
|
268 |
"name": "stderr",
|
269 |
"output_type": "stream",
|
270 |
"text": [
|
271 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-923d905502a8661d.arrow\n"
|
272 |
]
|
273 |
+
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
{
|
275 |
"name": "stdout",
|
276 |
"output_type": "stream",
|
277 |
"text": [
|
278 |
+
" "
|
279 |
]
|
280 |
},
|
281 |
{
|
282 |
"name": "stderr",
|
283 |
"output_type": "stream",
|
284 |
"text": [
|
285 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-bb54bb00dae79669.arrow\n"
|
|
|
286 |
]
|
287 |
},
|
288 |
{
|
|
|
296 |
"name": "stderr",
|
297 |
"output_type": "stream",
|
298 |
"text": [
|
299 |
+
"Loading cached processed dataset at /home/earendil/.cache/huggingface/datasets/common_voice/el-afd0a157f05ee080/6.1.0/32954a9015faa0d840f6c6894938545c5d12bc5d8936a80079af74bf50d71564/cache-062aeafc3b8816c1.arrow\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
]
|
301 |
+
}
|
302 |
+
],
|
303 |
+
"source": [
|
304 |
+
"common_voice_test = common_voice_test.map(resample, num_proc=8)"
|
305 |
+
]
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"cell_type": "code",
|
309 |
+
"execution_count": 9,
|
310 |
+
"metadata": {
|
311 |
+
"ExecuteTime": {
|
312 |
+
"end_time": "2021-03-14T19:33:11.205598Z",
|
313 |
+
"start_time": "2021-03-14T19:33:04.368615Z"
|
314 |
+
}
|
315 |
+
},
|
316 |
+
"outputs": [
|
317 |
{
|
318 |
"name": "stderr",
|
319 |
"output_type": "stream",
|
320 |
"text": [
|
321 |
+
"/home/earendil/anaconda3/envs/cuda110/lib/python3.8/site-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
|
322 |
+
" return array(a, dtype, copy=False, order=order)\n"
|
323 |
]
|
324 |
},
|
325 |
{
|
326 |
"name": "stdout",
|
327 |
"output_type": "stream",
|
328 |
"text": [
|
329 |
+
" "
|
330 |
]
|
331 |
},
|
332 |
{
|
333 |
+
"data": {
|
334 |
+
"application/vnd.jupyter.widget-view+json": {
|
335 |
+
"model_id": "b179696d93284b739cc550511ca28b78",
|
336 |
+
"version_major": 2,
|
337 |
+
"version_minor": 0
|
338 |
+
},
|
339 |
+
"text/plain": [
|
340 |
+
"HBox(children=(IntProgress(value=0, description='#1', max=24, style=ProgressStyle(description_width='initial')…"
|
341 |
+
]
|
342 |
+
},
|
343 |
+
"metadata": {},
|
344 |
+
"output_type": "display_data"
|
345 |
},
|
346 |
{
|
347 |
+
"data": {
|
348 |
+
"application/vnd.jupyter.widget-view+json": {
|
349 |
+
"model_id": "2aa538a2fdcb4d56a55cd612c879044f",
|
350 |
+
"version_major": 2,
|
351 |
+
"version_minor": 0
|
352 |
+
},
|
353 |
+
"text/plain": [
|
354 |
+
"HBox(children=(IntProgress(value=0, description='#0', max=24, style=ProgressStyle(description_width='initial')…"
|
355 |
+
]
|
356 |
+
},
|
357 |
+
"metadata": {},
|
358 |
+
"output_type": "display_data"
|
359 |
},
|
360 |
{
|
361 |
+
"data": {
|
362 |
+
"application/vnd.jupyter.widget-view+json": {
|
363 |
+
"model_id": "073b156d7b7541e08ad20ec377efb05b",
|
364 |
+
"version_major": 2,
|
365 |
+
"version_minor": 0
|
366 |
+
},
|
367 |
+
"text/plain": [
|
368 |
+
"HBox(children=(IntProgress(value=0, description='#2', max=24, style=ProgressStyle(description_width='initial')…"
|
369 |
+
]
|
370 |
+
},
|
371 |
+
"metadata": {},
|
372 |
+
"output_type": "display_data"
|
373 |
},
|
374 |
{
|
375 |
+
"data": {
|
376 |
+
"application/vnd.jupyter.widget-view+json": {
|
377 |
+
"model_id": "dcaa10621a674699a7bf17357cd75a4a",
|
378 |
+
"version_major": 2,
|
379 |
+
"version_minor": 0
|
380 |
+
},
|
381 |
+
"text/plain": [
|
382 |
+
"HBox(children=(IntProgress(value=0, description='#4', max=24, style=ProgressStyle(description_width='initial')…"
|
383 |
+
]
|
384 |
+
},
|
385 |
+
"metadata": {},
|
386 |
+
"output_type": "display_data"
|
387 |
},
|
388 |
{
|
389 |
+
"data": {
|
390 |
+
"application/vnd.jupyter.widget-view+json": {
|
391 |
+
"model_id": "9ee2184681db4e16802387bbc1acfef3",
|
392 |
+
"version_major": 2,
|
393 |
+
"version_minor": 0
|
394 |
+
},
|
395 |
+
"text/plain": [
|
396 |
+
"HBox(children=(IntProgress(value=0, description='#3', max=24, style=ProgressStyle(description_width='initial')…"
|
397 |
+
]
|
398 |
+
},
|
399 |
+
"metadata": {},
|
400 |
+
"output_type": "display_data"
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"data": {
|
404 |
+
"application/vnd.jupyter.widget-view+json": {
|
405 |
+
"model_id": "36c3bcde96114167a1dc6942d9d551f1",
|
406 |
+
"version_major": 2,
|
407 |
+
"version_minor": 0
|
408 |
+
},
|
409 |
+
"text/plain": [
|
410 |
+
"HBox(children=(IntProgress(value=0, description='#6', max=24, style=ProgressStyle(description_width='initial')…"
|
411 |
+
]
|
412 |
+
},
|
413 |
+
"metadata": {},
|
414 |
+
"output_type": "display_data"
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"data": {
|
418 |
+
"application/vnd.jupyter.widget-view+json": {
|
419 |
+
"model_id": "b0ad190f479d40a599e74cfa9deddec8",
|
420 |
+
"version_major": 2,
|
421 |
+
"version_minor": 0
|
422 |
+
},
|
423 |
+
"text/plain": [
|
424 |
+
"HBox(children=(IntProgress(value=0, description='#5', max=24, style=ProgressStyle(description_width='initial')…"
|
425 |
+
]
|
426 |
+
},
|
427 |
+
"metadata": {},
|
428 |
+
"output_type": "display_data"
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"data": {
|
432 |
+
"application/vnd.jupyter.widget-view+json": {
|
433 |
+
"model_id": "138f7261158c4a9ab84414a20954de01",
|
434 |
+
"version_major": 2,
|
435 |
+
"version_minor": 0
|
436 |
+
},
|
437 |
+
"text/plain": [
|
438 |
+
"HBox(children=(IntProgress(value=0, description='#7', max=24, style=ProgressStyle(description_width='initial')…"
|
439 |
+
]
|
440 |
+
},
|
441 |
+
"metadata": {},
|
442 |
+
"output_type": "display_data"
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"name": "stdout",
|
446 |
"output_type": "stream",
|
447 |
"text": [
|
448 |
+
"\n",
|
449 |
+
"\n",
|
450 |
+
"\n",
|
451 |
+
"\n",
|
452 |
+
"\n",
|
453 |
+
"\n",
|
454 |
+
"\n",
|
455 |
+
"\n"
|
456 |
]
|
457 |
}
|
458 |
],
|
|
|
462 |
},
|
463 |
{
|
464 |
"cell_type": "code",
|
465 |
+
"execution_count": 10,
|
466 |
"metadata": {
|
467 |
"ExecuteTime": {
|
468 |
+
"end_time": "2021-03-14T19:33:14.391497Z",
|
469 |
+
"start_time": "2021-03-14T19:33:11.216118Z"
|
470 |
}
|
471 |
},
|
472 |
"outputs": [
|
|
|
485 |
},
|
486 |
{
|
487 |
"cell_type": "code",
|
488 |
+
"execution_count": 11,
|
489 |
"metadata": {
|
490 |
"ExecuteTime": {
|
491 |
+
"end_time": "2021-03-14T19:33:39.856174Z",
|
492 |
+
"start_time": "2021-03-14T19:33:14.402825Z"
|
493 |
}
|
494 |
},
|
495 |
"outputs": [],
|
|
|
506 |
},
|
507 |
{
|
508 |
"cell_type": "code",
|
509 |
+
"execution_count": 12,
|
510 |
"metadata": {
|
511 |
"ExecuteTime": {
|
512 |
+
"end_time": "2021-03-14T19:33:39.887236Z",
|
513 |
+
"start_time": "2021-03-14T19:33:39.881958Z"
|
514 |
}
|
515 |
},
|
516 |
"outputs": [
|
|
|
535 |
"print(common_voice_test_transcription[\"sentence\"][example].lower())\n",
|
536 |
"# πού θέλεις να πάμε; ρώτησε φοβισμένα ο βασιλιάς."
|
537 |
]
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"cell_type": "code",
|
541 |
+
"execution_count": null,
|
542 |
+
"metadata": {},
|
543 |
+
"outputs": [],
|
544 |
+
"source": []
|
545 |
}
|
546 |
],
|
547 |
"metadata": {
|
README.md
CHANGED
@@ -17,7 +17,7 @@ license: apache-2.0
|
|
17 |
* licence: apache-2.0
|
18 |
* dataset: CommonVoice (EL), 364MB: https://commonvoice.mozilla.org/el/datasets
|
19 |
* model: XLSR-Wav2Vec2, trained for 60 epochs
|
20 |
-
* metrics: WER
|
21 |
|
22 |
### Model description
|
23 |
|
@@ -82,8 +82,8 @@ def prepare_dataset(batch):
|
|
82 |
|
83 |
# Loading model and dataset processor
|
84 |
|
85 |
-
model = Wav2Vec2ForCTC.from_pretrained("
|
86 |
-
processor = Wav2Vec2Processor.from_pretrained("
|
87 |
|
88 |
|
89 |
# Preparing speech dataset to be suitable for inference
|
|
|
17 |
* licence: apache-2.0
|
18 |
* dataset: CommonVoice (EL), 364MB: https://commonvoice.mozilla.org/el/datasets
|
19 |
* model: XLSR-Wav2Vec2, trained for 60 epochs
|
20 |
+
* metrics: Word Error Rate (WER)
|
21 |
|
22 |
### Model description
|
23 |
|
|
|
82 |
|
83 |
# Loading model and dataset processor
|
84 |
|
85 |
+
model = Wav2Vec2ForCTC.from_pretrained(".").to("cuda")
|
86 |
+
processor = Wav2Vec2Processor.from_pretrained(".")
|
87 |
|
88 |
|
89 |
# Preparing speech dataset to be suitable for inference
|