wushengqiong
commited on
Commit
ยท
4d86378
1
Parent(s):
cc9e61a
update audio task
Browse filesThis view is limited to 50 files because it contains too many changes. ย
See raw diff
- audio/comprehension/AccentClassification/accent_classification.json +0 -2016
- audio/comprehension/AccentClassification/audios/arabic38.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/arabic68.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/bai1.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/bengali6.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/bengali9.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/cantonese15.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/cantonese16.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/cantonese18.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/cantonese20.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/cantonese6.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/cantonese9.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/dutch10.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/dutch17.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/dutch19.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/dutch22.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/dutch25.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/dutch30.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/dutch4.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english100.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english101.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english111.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english114.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english123.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english126.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english129.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english132.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english135.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english14.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english144.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english149.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english157.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english161.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english164.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english166.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english169.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english173.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english180.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english184.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english188.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english189.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english19.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english190.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english195.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english200.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english21.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english214.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english220.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english221.mp3 +0 -3
- audio/comprehension/AccentClassification/audios/english227.mp3 +0 -3
audio/comprehension/AccentClassification/accent_classification.json
DELETED
@@ -1,2016 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"set_type": "openset",
|
3 |
-
"task": "accent classification",
|
4 |
-
"data_source": "Speech Accent Archive",
|
5 |
-
"type": "audio comprehension",
|
6 |
-
"modality": {
|
7 |
-
"in": [
|
8 |
-
"audio",
|
9 |
-
"text"
|
10 |
-
],
|
11 |
-
"out": "text"
|
12 |
-
},
|
13 |
-
"version": "1.0",
|
14 |
-
"data": [
|
15 |
-
{
|
16 |
-
"id": "ac_422",
|
17 |
-
"input": {
|
18 |
-
"audio_file": "english521.mp3",
|
19 |
-
"prompt": "what is the accent in the audio?"
|
20 |
-
},
|
21 |
-
"output": {
|
22 |
-
"text": "usa"
|
23 |
-
}
|
24 |
-
},
|
25 |
-
{
|
26 |
-
"id": "ac_233",
|
27 |
-
"input": {
|
28 |
-
"audio_file": "bengali6.mp3",
|
29 |
-
"prompt": "what is the accent in the audio?"
|
30 |
-
},
|
31 |
-
"output": {
|
32 |
-
"text": "india"
|
33 |
-
}
|
34 |
-
},
|
35 |
-
{
|
36 |
-
"id": "ac_311",
|
37 |
-
"input": {
|
38 |
-
"audio_file": "portuguese24.mp3",
|
39 |
-
"prompt": "what is the accent in the audio?"
|
40 |
-
},
|
41 |
-
"output": {
|
42 |
-
"text": "brazil"
|
43 |
-
}
|
44 |
-
},
|
45 |
-
{
|
46 |
-
"id": "ac_164",
|
47 |
-
"input": {
|
48 |
-
"audio_file": "english166.mp3",
|
49 |
-
"prompt": "what is the accent in the audio?"
|
50 |
-
},
|
51 |
-
"output": {
|
52 |
-
"text": "usa"
|
53 |
-
}
|
54 |
-
},
|
55 |
-
{
|
56 |
-
"id": "ac_136",
|
57 |
-
"input": {
|
58 |
-
"audio_file": "polish11.mp3",
|
59 |
-
"prompt": "what is the accent in the audio?"
|
60 |
-
},
|
61 |
-
"output": {
|
62 |
-
"text": "poland"
|
63 |
-
}
|
64 |
-
},
|
65 |
-
{
|
66 |
-
"id": "ac_197",
|
67 |
-
"input": {
|
68 |
-
"audio_file": "bai1.mp3",
|
69 |
-
"prompt": "what is the accent in the audio?"
|
70 |
-
},
|
71 |
-
"output": {
|
72 |
-
"text": "china"
|
73 |
-
}
|
74 |
-
},
|
75 |
-
{
|
76 |
-
"id": "ac_258",
|
77 |
-
"input": {
|
78 |
-
"audio_file": "english135.mp3",
|
79 |
-
"prompt": "what is the accent in the audio?"
|
80 |
-
},
|
81 |
-
"output": {
|
82 |
-
"text": "usa"
|
83 |
-
}
|
84 |
-
},
|
85 |
-
{
|
86 |
-
"id": "ac_232",
|
87 |
-
"input": {
|
88 |
-
"audio_file": "portuguese32.mp3",
|
89 |
-
"prompt": "what is the accent in the audio?"
|
90 |
-
},
|
91 |
-
"output": {
|
92 |
-
"text": "brazil"
|
93 |
-
}
|
94 |
-
},
|
95 |
-
{
|
96 |
-
"id": "ac_115",
|
97 |
-
"input": {
|
98 |
-
"audio_file": "english161.mp3",
|
99 |
-
"prompt": "what is the accent in the audio?"
|
100 |
-
},
|
101 |
-
"output": {
|
102 |
-
"text": "usa"
|
103 |
-
}
|
104 |
-
},
|
105 |
-
{
|
106 |
-
"id": "ac_120",
|
107 |
-
"input": {
|
108 |
-
"audio_file": "turkish12.mp3",
|
109 |
-
"prompt": "what is the accent in the audio?"
|
110 |
-
},
|
111 |
-
"output": {
|
112 |
-
"text": "turkey"
|
113 |
-
}
|
114 |
-
},
|
115 |
-
{
|
116 |
-
"id": "ac_349",
|
117 |
-
"input": {
|
118 |
-
"audio_file": "english495.mp3",
|
119 |
-
"prompt": "what is the accent in the audio?"
|
120 |
-
},
|
121 |
-
"output": {
|
122 |
-
"text": "usa"
|
123 |
-
}
|
124 |
-
},
|
125 |
-
{
|
126 |
-
"id": "ac_224",
|
127 |
-
"input": {
|
128 |
-
"audio_file": "english561.mp3",
|
129 |
-
"prompt": "what is the accent in the audio?"
|
130 |
-
},
|
131 |
-
"output": {
|
132 |
-
"text": "usa"
|
133 |
-
}
|
134 |
-
},
|
135 |
-
{
|
136 |
-
"id": "ac_402",
|
137 |
-
"input": {
|
138 |
-
"audio_file": "kannada1.mp3",
|
139 |
-
"prompt": "what is the accent in the audio?"
|
140 |
-
},
|
141 |
-
"output": {
|
142 |
-
"text": "india"
|
143 |
-
}
|
144 |
-
},
|
145 |
-
{
|
146 |
-
"id": "ac_397",
|
147 |
-
"input": {
|
148 |
-
"audio_file": "english435.mp3",
|
149 |
-
"prompt": "what is the accent in the audio?"
|
150 |
-
},
|
151 |
-
"output": {
|
152 |
-
"text": "usa"
|
153 |
-
}
|
154 |
-
},
|
155 |
-
{
|
156 |
-
"id": "ac_127",
|
157 |
-
"input": {
|
158 |
-
"audio_file": "portuguese39.mp3",
|
159 |
-
"prompt": "what is the accent in the audio?"
|
160 |
-
},
|
161 |
-
"output": {
|
162 |
-
"text": "brazil"
|
163 |
-
}
|
164 |
-
},
|
165 |
-
{
|
166 |
-
"id": "ac_285",
|
167 |
-
"input": {
|
168 |
-
"audio_file": "english21.mp3",
|
169 |
-
"prompt": "what is the accent in the audio?"
|
170 |
-
},
|
171 |
-
"output": {
|
172 |
-
"text": "usa"
|
173 |
-
}
|
174 |
-
},
|
175 |
-
{
|
176 |
-
"id": "ac_411",
|
177 |
-
"input": {
|
178 |
-
"audio_file": "mandarin9.mp3",
|
179 |
-
"prompt": "what is the accent in the audio?"
|
180 |
-
},
|
181 |
-
"output": {
|
182 |
-
"text": "china"
|
183 |
-
}
|
184 |
-
},
|
185 |
-
{
|
186 |
-
"id": "ac_107",
|
187 |
-
"input": {
|
188 |
-
"audio_file": "gujarati6.mp3",
|
189 |
-
"prompt": "what is the accent in the audio?"
|
190 |
-
},
|
191 |
-
"output": {
|
192 |
-
"text": "india"
|
193 |
-
}
|
194 |
-
},
|
195 |
-
{
|
196 |
-
"id": "ac_370",
|
197 |
-
"input": {
|
198 |
-
"audio_file": "mandarin46.mp3",
|
199 |
-
"prompt": "what is the accent in the audio?"
|
200 |
-
},
|
201 |
-
"output": {
|
202 |
-
"text": "china"
|
203 |
-
}
|
204 |
-
},
|
205 |
-
{
|
206 |
-
"id": "ac_325",
|
207 |
-
"input": {
|
208 |
-
"audio_file": "cantonese16.mp3",
|
209 |
-
"prompt": "what is the accent in the audio?"
|
210 |
-
},
|
211 |
-
"output": {
|
212 |
-
"text": "china"
|
213 |
-
}
|
214 |
-
},
|
215 |
-
{
|
216 |
-
"id": "ac_133",
|
217 |
-
"input": {
|
218 |
-
"audio_file": "vlaams4.mp3",
|
219 |
-
"prompt": "what is the accent in the audio?"
|
220 |
-
},
|
221 |
-
"output": {
|
222 |
-
"text": "belgium"
|
223 |
-
}
|
224 |
-
},
|
225 |
-
{
|
226 |
-
"id": "ac_452",
|
227 |
-
"input": {
|
228 |
-
"audio_file": "mandarin44.mp3",
|
229 |
-
"prompt": "what is the accent in the audio?"
|
230 |
-
},
|
231 |
-
"output": {
|
232 |
-
"text": "china"
|
233 |
-
}
|
234 |
-
},
|
235 |
-
{
|
236 |
-
"id": "ac_044",
|
237 |
-
"input": {
|
238 |
-
"audio_file": "korean7.mp3",
|
239 |
-
"prompt": "what is the accent in the audio?"
|
240 |
-
},
|
241 |
-
"output": {
|
242 |
-
"text": "south korea"
|
243 |
-
}
|
244 |
-
},
|
245 |
-
{
|
246 |
-
"id": "ac_460",
|
247 |
-
"input": {
|
248 |
-
"audio_file": "english132.mp3",
|
249 |
-
"prompt": "what is the accent in the audio?"
|
250 |
-
},
|
251 |
-
"output": {
|
252 |
-
"text": "canada"
|
253 |
-
}
|
254 |
-
},
|
255 |
-
{
|
256 |
-
"id": "ac_065",
|
257 |
-
"input": {
|
258 |
-
"audio_file": "english264.mp3",
|
259 |
-
"prompt": "what is the accent in the audio?"
|
260 |
-
},
|
261 |
-
"output": {
|
262 |
-
"text": "usa"
|
263 |
-
}
|
264 |
-
},
|
265 |
-
{
|
266 |
-
"id": "ac_283",
|
267 |
-
"input": {
|
268 |
-
"audio_file": "english370.mp3",
|
269 |
-
"prompt": "what is the accent in the audio?"
|
270 |
-
},
|
271 |
-
"output": {
|
272 |
-
"text": "india"
|
273 |
-
}
|
274 |
-
},
|
275 |
-
{
|
276 |
-
"id": "ac_085",
|
277 |
-
"input": {
|
278 |
-
"audio_file": "english71.mp3",
|
279 |
-
"prompt": "what is the accent in the audio?"
|
280 |
-
},
|
281 |
-
"output": {
|
282 |
-
"text": "usa"
|
283 |
-
}
|
284 |
-
},
|
285 |
-
{
|
286 |
-
"id": "ac_242",
|
287 |
-
"input": {
|
288 |
-
"audio_file": "english33.mp3",
|
289 |
-
"prompt": "what is the accent in the audio?"
|
290 |
-
},
|
291 |
-
"output": {
|
292 |
-
"text": "usa"
|
293 |
-
}
|
294 |
-
},
|
295 |
-
{
|
296 |
-
"id": "ac_186",
|
297 |
-
"input": {
|
298 |
-
"audio_file": "english53.mp3",
|
299 |
-
"prompt": "what is the accent in the audio?"
|
300 |
-
},
|
301 |
-
"output": {
|
302 |
-
"text": "usa"
|
303 |
-
}
|
304 |
-
},
|
305 |
-
{
|
306 |
-
"id": "ac_383",
|
307 |
-
"input": {
|
308 |
-
"audio_file": "mandarin29.mp3",
|
309 |
-
"prompt": "what is the accent in the audio?"
|
310 |
-
},
|
311 |
-
"output": {
|
312 |
-
"text": "china"
|
313 |
-
}
|
314 |
-
},
|
315 |
-
{
|
316 |
-
"id": "ac_159",
|
317 |
-
"input": {
|
318 |
-
"audio_file": "tibetan3.mp3",
|
319 |
-
"prompt": "what is the accent in the audio?"
|
320 |
-
},
|
321 |
-
"output": {
|
322 |
-
"text": "india"
|
323 |
-
}
|
324 |
-
},
|
325 |
-
{
|
326 |
-
"id": "ac_012",
|
327 |
-
"input": {
|
328 |
-
"audio_file": "gujarati9.mp3",
|
329 |
-
"prompt": "what is the accent in the audio?"
|
330 |
-
},
|
331 |
-
"output": {
|
332 |
-
"text": "india"
|
333 |
-
}
|
334 |
-
},
|
335 |
-
{
|
336 |
-
"id": "ac_035",
|
337 |
-
"input": {
|
338 |
-
"audio_file": "english56.mp3",
|
339 |
-
"prompt": "what is the accent in the audio?"
|
340 |
-
},
|
341 |
-
"output": {
|
342 |
-
"text": "uk"
|
343 |
-
}
|
344 |
-
},
|
345 |
-
{
|
346 |
-
"id": "ac_028",
|
347 |
-
"input": {
|
348 |
-
"audio_file": "english164.mp3",
|
349 |
-
"prompt": "what is the accent in the audio?"
|
350 |
-
},
|
351 |
-
"output": {
|
352 |
-
"text": "uk"
|
353 |
-
}
|
354 |
-
},
|
355 |
-
{
|
356 |
-
"id": "ac_170",
|
357 |
-
"input": {
|
358 |
-
"audio_file": "polish34.mp3",
|
359 |
-
"prompt": "what is the accent in the audio?"
|
360 |
-
},
|
361 |
-
"output": {
|
362 |
-
"text": "poland"
|
363 |
-
}
|
364 |
-
},
|
365 |
-
{
|
366 |
-
"id": "ac_142",
|
367 |
-
"input": {
|
368 |
-
"audio_file": "portuguese35.mp3",
|
369 |
-
"prompt": "what is the accent in the audio?"
|
370 |
-
},
|
371 |
-
"output": {
|
372 |
-
"text": "brazil"
|
373 |
-
}
|
374 |
-
},
|
375 |
-
{
|
376 |
-
"id": "ac_398",
|
377 |
-
"input": {
|
378 |
-
"audio_file": "english70.mp3",
|
379 |
-
"prompt": "what is the accent in the audio?"
|
380 |
-
},
|
381 |
-
"output": {
|
382 |
-
"text": "usa"
|
383 |
-
}
|
384 |
-
},
|
385 |
-
{
|
386 |
-
"id": "ac_342",
|
387 |
-
"input": {
|
388 |
-
"audio_file": "english47.mp3",
|
389 |
-
"prompt": "what is the accent in the audio?"
|
390 |
-
},
|
391 |
-
"output": {
|
392 |
-
"text": "usa"
|
393 |
-
}
|
394 |
-
},
|
395 |
-
{
|
396 |
-
"id": "ac_221",
|
397 |
-
"input": {
|
398 |
-
"audio_file": "english189.mp3",
|
399 |
-
"prompt": "what is the accent in the audio?"
|
400 |
-
},
|
401 |
-
"output": {
|
402 |
-
"text": "usa"
|
403 |
-
}
|
404 |
-
},
|
405 |
-
{
|
406 |
-
"id": "ac_095",
|
407 |
-
"input": {
|
408 |
-
"audio_file": "english25.mp3",
|
409 |
-
"prompt": "what is the accent in the audio?"
|
410 |
-
},
|
411 |
-
"output": {
|
412 |
-
"text": "usa"
|
413 |
-
}
|
414 |
-
},
|
415 |
-
{
|
416 |
-
"id": "ac_051",
|
417 |
-
"input": {
|
418 |
-
"audio_file": "turkish3.mp3",
|
419 |
-
"prompt": "what is the accent in the audio?"
|
420 |
-
},
|
421 |
-
"output": {
|
422 |
-
"text": "turkey"
|
423 |
-
}
|
424 |
-
},
|
425 |
-
{
|
426 |
-
"id": "ac_240",
|
427 |
-
"input": {
|
428 |
-
"audio_file": "portuguese47.mp3",
|
429 |
-
"prompt": "what is the accent in the audio?"
|
430 |
-
},
|
431 |
-
"output": {
|
432 |
-
"text": "brazil"
|
433 |
-
}
|
434 |
-
},
|
435 |
-
{
|
436 |
-
"id": "ac_484",
|
437 |
-
"input": {
|
438 |
-
"audio_file": "english565.mp3",
|
439 |
-
"prompt": "what is the accent in the audio?"
|
440 |
-
},
|
441 |
-
"output": {
|
442 |
-
"text": "usa"
|
443 |
-
}
|
444 |
-
},
|
445 |
-
{
|
446 |
-
"id": "ac_378",
|
447 |
-
"input": {
|
448 |
-
"audio_file": "english63.mp3",
|
449 |
-
"prompt": "what is the accent in the audio?"
|
450 |
-
},
|
451 |
-
"output": {
|
452 |
-
"text": "usa"
|
453 |
-
}
|
454 |
-
},
|
455 |
-
{
|
456 |
-
"id": "ac_178",
|
457 |
-
"input": {
|
458 |
-
"audio_file": "english100.mp3",
|
459 |
-
"prompt": "what is the accent in the audio?"
|
460 |
-
},
|
461 |
-
"output": {
|
462 |
-
"text": "usa"
|
463 |
-
}
|
464 |
-
},
|
465 |
-
{
|
466 |
-
"id": "ac_041",
|
467 |
-
"input": {
|
468 |
-
"audio_file": "arabic68.mp3",
|
469 |
-
"prompt": "what is the accent in the audio?"
|
470 |
-
},
|
471 |
-
"output": {
|
472 |
-
"text": "uk"
|
473 |
-
}
|
474 |
-
},
|
475 |
-
{
|
476 |
-
"id": "ac_498",
|
477 |
-
"input": {
|
478 |
-
"audio_file": "english349.mp3",
|
479 |
-
"prompt": "what is the accent in the audio?"
|
480 |
-
},
|
481 |
-
"output": {
|
482 |
-
"text": "usa"
|
483 |
-
}
|
484 |
-
},
|
485 |
-
{
|
486 |
-
"id": "ac_421",
|
487 |
-
"input": {
|
488 |
-
"audio_file": "english75.mp3",
|
489 |
-
"prompt": "what is the accent in the audio?"
|
490 |
-
},
|
491 |
-
"output": {
|
492 |
-
"text": "usa"
|
493 |
-
}
|
494 |
-
},
|
495 |
-
{
|
496 |
-
"id": "ac_206",
|
497 |
-
"input": {
|
498 |
-
"audio_file": "bengali9.mp3",
|
499 |
-
"prompt": "what is the accent in the audio?"
|
500 |
-
},
|
501 |
-
"output": {
|
502 |
-
"text": "india"
|
503 |
-
}
|
504 |
-
},
|
505 |
-
{
|
506 |
-
"id": "ac_282",
|
507 |
-
"input": {
|
508 |
-
"audio_file": "portuguese38.mp3",
|
509 |
-
"prompt": "what is the accent in the audio?"
|
510 |
-
},
|
511 |
-
"output": {
|
512 |
-
"text": "brazil"
|
513 |
-
}
|
514 |
-
},
|
515 |
-
{
|
516 |
-
"id": "ac_254",
|
517 |
-
"input": {
|
518 |
-
"audio_file": "english272.mp3",
|
519 |
-
"prompt": "what is the accent in the audio?"
|
520 |
-
},
|
521 |
-
"output": {
|
522 |
-
"text": "usa"
|
523 |
-
}
|
524 |
-
},
|
525 |
-
{
|
526 |
-
"id": "ac_412",
|
527 |
-
"input": {
|
528 |
-
"audio_file": "english476.mp3",
|
529 |
-
"prompt": "what is the accent in the audio?"
|
530 |
-
},
|
531 |
-
"output": {
|
532 |
-
"text": "usa"
|
533 |
-
}
|
534 |
-
},
|
535 |
-
{
|
536 |
-
"id": "ac_004",
|
537 |
-
"input": {
|
538 |
-
"audio_file": "english552.mp3",
|
539 |
-
"prompt": "what is the accent in the audio?"
|
540 |
-
},
|
541 |
-
"output": {
|
542 |
-
"text": "usa"
|
543 |
-
}
|
544 |
-
},
|
545 |
-
{
|
546 |
-
"id": "ac_256",
|
547 |
-
"input": {
|
548 |
-
"audio_file": "tamil6.mp3",
|
549 |
-
"prompt": "what is the accent in the audio?"
|
550 |
-
},
|
551 |
-
"output": {
|
552 |
-
"text": "india"
|
553 |
-
}
|
554 |
-
},
|
555 |
-
{
|
556 |
-
"id": "ac_448",
|
557 |
-
"input": {
|
558 |
-
"audio_file": "english144.mp3",
|
559 |
-
"prompt": "what is the accent in the audio?"
|
560 |
-
},
|
561 |
-
"output": {
|
562 |
-
"text": "canada"
|
563 |
-
}
|
564 |
-
},
|
565 |
-
{
|
566 |
-
"id": "ac_100",
|
567 |
-
"input": {
|
568 |
-
"audio_file": "punjabi10.mp3",
|
569 |
-
"prompt": "what is the accent in the audio?"
|
570 |
-
},
|
571 |
-
"output": {
|
572 |
-
"text": "india"
|
573 |
-
}
|
574 |
-
},
|
575 |
-
{
|
576 |
-
"id": "ac_226",
|
577 |
-
"input": {
|
578 |
-
"audio_file": "english93.mp3",
|
579 |
-
"prompt": "what is the accent in the audio?"
|
580 |
-
},
|
581 |
-
"output": {
|
582 |
-
"text": "usa"
|
583 |
-
}
|
584 |
-
},
|
585 |
-
{
|
586 |
-
"id": "ac_429",
|
587 |
-
"input": {
|
588 |
-
"audio_file": "english114.mp3",
|
589 |
-
"prompt": "what is the accent in the audio?"
|
590 |
-
},
|
591 |
-
"output": {
|
592 |
-
"text": "usa"
|
593 |
-
}
|
594 |
-
},
|
595 |
-
{
|
596 |
-
"id": "ac_213",
|
597 |
-
"input": {
|
598 |
-
"audio_file": "dutch25.mp3",
|
599 |
-
"prompt": "what is the accent in the audio?"
|
600 |
-
},
|
601 |
-
"output": {
|
602 |
-
"text": "belgium"
|
603 |
-
}
|
604 |
-
},
|
605 |
-
{
|
606 |
-
"id": "ac_171",
|
607 |
-
"input": {
|
608 |
-
"audio_file": "english221.mp3",
|
609 |
-
"prompt": "what is the accent in the audio?"
|
610 |
-
},
|
611 |
-
"output": {
|
612 |
-
"text": "uk"
|
613 |
-
}
|
614 |
-
},
|
615 |
-
{
|
616 |
-
"id": "ac_098",
|
617 |
-
"input": {
|
618 |
-
"audio_file": "english433.mp3",
|
619 |
-
"prompt": "what is the accent in the audio?"
|
620 |
-
},
|
621 |
-
"output": {
|
622 |
-
"text": "usa"
|
623 |
-
}
|
624 |
-
},
|
625 |
-
{
|
626 |
-
"id": "ac_292",
|
627 |
-
"input": {
|
628 |
-
"audio_file": "portuguese10.mp3",
|
629 |
-
"prompt": "what is the accent in the audio?"
|
630 |
-
},
|
631 |
-
"output": {
|
632 |
-
"text": "brazil"
|
633 |
-
}
|
634 |
-
},
|
635 |
-
{
|
636 |
-
"id": "ac_215",
|
637 |
-
"input": {
|
638 |
-
"audio_file": "tamil5.mp3",
|
639 |
-
"prompt": "what is the accent in the audio?"
|
640 |
-
},
|
641 |
-
"output": {
|
642 |
-
"text": "india"
|
643 |
-
}
|
644 |
-
},
|
645 |
-
{
|
646 |
-
"id": "ac_061",
|
647 |
-
"input": {
|
648 |
-
"audio_file": "english149.mp3",
|
649 |
-
"prompt": "what is the accent in the audio?"
|
650 |
-
},
|
651 |
-
"output": {
|
652 |
-
"text": "usa"
|
653 |
-
}
|
654 |
-
},
|
655 |
-
{
|
656 |
-
"id": "ac_047",
|
657 |
-
"input": {
|
658 |
-
"audio_file": "english445.mp3",
|
659 |
-
"prompt": "what is the accent in the audio?"
|
660 |
-
},
|
661 |
-
"output": {
|
662 |
-
"text": "usa"
|
663 |
-
}
|
664 |
-
},
|
665 |
-
{
|
666 |
-
"id": "ac_032",
|
667 |
-
"input": {
|
668 |
-
"audio_file": "english488.mp3",
|
669 |
-
"prompt": "what is the accent in the audio?"
|
670 |
-
},
|
671 |
-
"output": {
|
672 |
-
"text": "uk"
|
673 |
-
}
|
674 |
-
},
|
675 |
-
{
|
676 |
-
"id": "ac_267",
|
677 |
-
"input": {
|
678 |
-
"audio_file": "english232.mp3",
|
679 |
-
"prompt": "what is the accent in the audio?"
|
680 |
-
},
|
681 |
-
"output": {
|
682 |
-
"text": "usa"
|
683 |
-
}
|
684 |
-
},
|
685 |
-
{
|
686 |
-
"id": "ac_327",
|
687 |
-
"input": {
|
688 |
-
"audio_file": "english86.mp3",
|
689 |
-
"prompt": "what is the accent in the audio?"
|
690 |
-
},
|
691 |
-
"output": {
|
692 |
-
"text": "usa"
|
693 |
-
}
|
694 |
-
},
|
695 |
-
{
|
696 |
-
"id": "ac_200",
|
697 |
-
"input": {
|
698 |
-
"audio_file": "english326.mp3",
|
699 |
-
"prompt": "what is the accent in the audio?"
|
700 |
-
},
|
701 |
-
"output": {
|
702 |
-
"text": "usa"
|
703 |
-
}
|
704 |
-
},
|
705 |
-
{
|
706 |
-
"id": "ac_446",
|
707 |
-
"input": {
|
708 |
-
"audio_file": "cantonese18.mp3",
|
709 |
-
"prompt": "what is the accent in the audio?"
|
710 |
-
},
|
711 |
-
"output": {
|
712 |
-
"text": "china"
|
713 |
-
}
|
714 |
-
},
|
715 |
-
{
|
716 |
-
"id": "ac_027",
|
717 |
-
"input": {
|
718 |
-
"audio_file": "portuguese17.mp3",
|
719 |
-
"prompt": "what is the accent in the audio?"
|
720 |
-
},
|
721 |
-
"output": {
|
722 |
-
"text": "brazil"
|
723 |
-
}
|
724 |
-
},
|
725 |
-
{
|
726 |
-
"id": "ac_424",
|
727 |
-
"input": {
|
728 |
-
"audio_file": "english220.mp3",
|
729 |
-
"prompt": "what is the accent in the audio?"
|
730 |
-
},
|
731 |
-
"output": {
|
732 |
-
"text": "usa"
|
733 |
-
}
|
734 |
-
},
|
735 |
-
{
|
736 |
-
"id": "ac_230",
|
737 |
-
"input": {
|
738 |
-
"audio_file": "hindi12.mp3",
|
739 |
-
"prompt": "what is the accent in the audio?"
|
740 |
-
},
|
741 |
-
"output": {
|
742 |
-
"text": "india"
|
743 |
-
}
|
744 |
-
},
|
745 |
-
{
|
746 |
-
"id": "ac_260",
|
747 |
-
"input": {
|
748 |
-
"audio_file": "english233.mp3",
|
749 |
-
"prompt": "what is the accent in the audio?"
|
750 |
-
},
|
751 |
-
"output": {
|
752 |
-
"text": "canada"
|
753 |
-
}
|
754 |
-
},
|
755 |
-
{
|
756 |
-
"id": "ac_288",
|
757 |
-
"input": {
|
758 |
-
"audio_file": "telugu1.mp3",
|
759 |
-
"prompt": "what is the accent in the audio?"
|
760 |
-
},
|
761 |
-
"output": {
|
762 |
-
"text": "india"
|
763 |
-
}
|
764 |
-
},
|
765 |
-
{
|
766 |
-
"id": "ac_162",
|
767 |
-
"input": {
|
768 |
-
"audio_file": "french22.mp3",
|
769 |
-
"prompt": "what is the accent in the audio?"
|
770 |
-
},
|
771 |
-
"output": {
|
772 |
-
"text": "belgium"
|
773 |
-
}
|
774 |
-
},
|
775 |
-
{
|
776 |
-
"id": "ac_425",
|
777 |
-
"input": {
|
778 |
-
"audio_file": "turkish8.mp3",
|
779 |
-
"prompt": "what is the accent in the audio?"
|
780 |
-
},
|
781 |
-
"output": {
|
782 |
-
"text": "turkey"
|
783 |
-
}
|
784 |
-
},
|
785 |
-
{
|
786 |
-
"id": "ac_138",
|
787 |
-
"input": {
|
788 |
-
"audio_file": "english312.mp3",
|
789 |
-
"prompt": "what is the accent in the audio?"
|
790 |
-
},
|
791 |
-
"output": {
|
792 |
-
"text": "canada"
|
793 |
-
}
|
794 |
-
},
|
795 |
-
{
|
796 |
-
"id": "ac_062",
|
797 |
-
"input": {
|
798 |
-
"audio_file": "english530.mp3",
|
799 |
-
"prompt": "what is the accent in the audio?"
|
800 |
-
},
|
801 |
-
"output": {
|
802 |
-
"text": "usa"
|
803 |
-
}
|
804 |
-
},
|
805 |
-
{
|
806 |
-
"id": "ac_135",
|
807 |
-
"input": {
|
808 |
-
"audio_file": "english157.mp3",
|
809 |
-
"prompt": "what is the accent in the audio?"
|
810 |
-
},
|
811 |
-
"output": {
|
812 |
-
"text": "usa"
|
813 |
-
}
|
814 |
-
},
|
815 |
-
{
|
816 |
-
"id": "ac_128",
|
817 |
-
"input": {
|
818 |
-
"audio_file": "cantonese6.mp3",
|
819 |
-
"prompt": "what is the accent in the audio?"
|
820 |
-
},
|
821 |
-
"output": {
|
822 |
-
"text": "china"
|
823 |
-
}
|
824 |
-
},
|
825 |
-
{
|
826 |
-
"id": "ac_476",
|
827 |
-
"input": {
|
828 |
-
"audio_file": "english393.mp3",
|
829 |
-
"prompt": "what is the accent in the audio?"
|
830 |
-
},
|
831 |
-
"output": {
|
832 |
-
"text": "usa"
|
833 |
-
}
|
834 |
-
},
|
835 |
-
{
|
836 |
-
"id": "ac_008",
|
837 |
-
"input": {
|
838 |
-
"audio_file": "english248.mp3",
|
839 |
-
"prompt": "what is the accent in the audio?"
|
840 |
-
},
|
841 |
-
"output": {
|
842 |
-
"text": "usa"
|
843 |
-
}
|
844 |
-
},
|
845 |
-
{
|
846 |
-
"id": "ac_326",
|
847 |
-
"input": {
|
848 |
-
"audio_file": "mandarin58.mp3",
|
849 |
-
"prompt": "what is the accent in the audio?"
|
850 |
-
},
|
851 |
-
"output": {
|
852 |
-
"text": "usa"
|
853 |
-
}
|
854 |
-
},
|
855 |
-
{
|
856 |
-
"id": "ac_463",
|
857 |
-
"input": {
|
858 |
-
"audio_file": "english78.mp3",
|
859 |
-
"prompt": "what is the accent in the audio?"
|
860 |
-
},
|
861 |
-
"output": {
|
862 |
-
"text": "usa"
|
863 |
-
}
|
864 |
-
},
|
865 |
-
{
|
866 |
-
"id": "ac_064",
|
867 |
-
"input": {
|
868 |
-
"audio_file": "tagalog17.mp3",
|
869 |
-
"prompt": "what is the accent in the audio?"
|
870 |
-
},
|
871 |
-
"output": {
|
872 |
-
"text": "usa"
|
873 |
-
}
|
874 |
-
},
|
875 |
-
{
|
876 |
-
"id": "ac_300",
|
877 |
-
"input": {
|
878 |
-
"audio_file": "korean12.mp3",
|
879 |
-
"prompt": "what is the accent in the audio?"
|
880 |
-
},
|
881 |
-
"output": {
|
882 |
-
"text": "south korea"
|
883 |
-
}
|
884 |
-
},
|
885 |
-
{
|
886 |
-
"id": "ac_014",
|
887 |
-
"input": {
|
888 |
-
"audio_file": "english173.mp3",
|
889 |
-
"prompt": "what is the accent in the audio?"
|
890 |
-
},
|
891 |
-
"output": {
|
892 |
-
"text": "usa"
|
893 |
-
}
|
894 |
-
},
|
895 |
-
{
|
896 |
-
"id": "ac_156",
|
897 |
-
"input": {
|
898 |
-
"audio_file": "english263.mp3",
|
899 |
-
"prompt": "what is the accent in the audio?"
|
900 |
-
},
|
901 |
-
"output": {
|
902 |
-
"text": "usa"
|
903 |
-
}
|
904 |
-
},
|
905 |
-
{
|
906 |
-
"id": "ac_040",
|
907 |
-
"input": {
|
908 |
-
"audio_file": "english314.mp3",
|
909 |
-
"prompt": "what is the accent in the audio?"
|
910 |
-
},
|
911 |
-
"output": {
|
912 |
-
"text": "usa"
|
913 |
-
}
|
914 |
-
},
|
915 |
-
{
|
916 |
-
"id": "ac_379",
|
917 |
-
"input": {
|
918 |
-
"audio_file": "hindi11.mp3",
|
919 |
-
"prompt": "what is the accent in the audio?"
|
920 |
-
},
|
921 |
-
"output": {
|
922 |
-
"text": "india"
|
923 |
-
}
|
924 |
-
},
|
925 |
-
{
|
926 |
-
"id": "ac_468",
|
927 |
-
"input": {
|
928 |
-
"audio_file": "turkish24.mp3",
|
929 |
-
"prompt": "what is the accent in the audio?"
|
930 |
-
},
|
931 |
-
"output": {
|
932 |
-
"text": "turkey"
|
933 |
-
}
|
934 |
-
},
|
935 |
-
{
|
936 |
-
"id": "ac_403",
|
937 |
-
"input": {
|
938 |
-
"audio_file": "hindi15.mp3",
|
939 |
-
"prompt": "what is the accent in the audio?"
|
940 |
-
},
|
941 |
-
"output": {
|
942 |
-
"text": "india"
|
943 |
-
}
|
944 |
-
},
|
945 |
-
{
|
946 |
-
"id": "ac_216",
|
947 |
-
"input": {
|
948 |
-
"audio_file": "korean11.mp3",
|
949 |
-
"prompt": "what is the accent in the audio?"
|
950 |
-
},
|
951 |
-
"output": {
|
952 |
-
"text": "south korea"
|
953 |
-
}
|
954 |
-
},
|
955 |
-
{
|
956 |
-
"id": "ac_279",
|
957 |
-
"input": {
|
958 |
-
"audio_file": "english471.mp3",
|
959 |
-
"prompt": "what is the accent in the audio?"
|
960 |
-
},
|
961 |
-
"output": {
|
962 |
-
"text": "canada"
|
963 |
-
}
|
964 |
-
},
|
965 |
-
{
|
966 |
-
"id": "ac_434",
|
967 |
-
"input": {
|
968 |
-
"audio_file": "portuguese43.mp3",
|
969 |
-
"prompt": "what is the accent in the audio?"
|
970 |
-
},
|
971 |
-
"output": {
|
972 |
-
"text": "brazil"
|
973 |
-
}
|
974 |
-
},
|
975 |
-
{
|
976 |
-
"id": "ac_430",
|
977 |
-
"input": {
|
978 |
-
"audio_file": "korean39.mp3",
|
979 |
-
"prompt": "what is the accent in the audio?"
|
980 |
-
},
|
981 |
-
"output": {
|
982 |
-
"text": "south korea"
|
983 |
-
}
|
984 |
-
},
|
985 |
-
{
|
986 |
-
"id": "ac_337",
|
987 |
-
"input": {
|
988 |
-
"audio_file": "mandarin10.mp3",
|
989 |
-
"prompt": "what is the accent in the audio?"
|
990 |
-
},
|
991 |
-
"output": {
|
992 |
-
"text": "china"
|
993 |
-
}
|
994 |
-
},
|
995 |
-
{
|
996 |
-
"id": "ac_236",
|
997 |
-
"input": {
|
998 |
-
"audio_file": "dutch30.mp3",
|
999 |
-
"prompt": "what is the accent in the audio?"
|
1000 |
-
},
|
1001 |
-
"output": {
|
1002 |
-
"text": "belgium"
|
1003 |
-
}
|
1004 |
-
},
|
1005 |
-
{
|
1006 |
-
"id": "ac_207",
|
1007 |
-
"input": {
|
1008 |
-
"audio_file": "yiddish2.mp3",
|
1009 |
-
"prompt": "what is the accent in the audio?"
|
1010 |
-
},
|
1011 |
-
"output": {
|
1012 |
-
"text": "canada"
|
1013 |
-
}
|
1014 |
-
},
|
1015 |
-
{
|
1016 |
-
"id": "ac_212",
|
1017 |
-
"input": {
|
1018 |
-
"audio_file": "mandarin17.mp3",
|
1019 |
-
"prompt": "what is the accent in the audio?"
|
1020 |
-
},
|
1021 |
-
"output": {
|
1022 |
-
"text": "china"
|
1023 |
-
}
|
1024 |
-
},
|
1025 |
-
{
|
1026 |
-
"id": "ac_295",
|
1027 |
-
"input": {
|
1028 |
-
"audio_file": "hindi13.mp3",
|
1029 |
-
"prompt": "what is the accent in the audio?"
|
1030 |
-
},
|
1031 |
-
"output": {
|
1032 |
-
"text": "india"
|
1033 |
-
}
|
1034 |
-
},
|
1035 |
-
{
|
1036 |
-
"id": "ac_457",
|
1037 |
-
"input": {
|
1038 |
-
"audio_file": "polish18.mp3",
|
1039 |
-
"prompt": "what is the accent in the audio?"
|
1040 |
-
},
|
1041 |
-
"output": {
|
1042 |
-
"text": "poland"
|
1043 |
-
}
|
1044 |
-
},
|
1045 |
-
{
|
1046 |
-
"id": "ac_251",
|
1047 |
-
"input": {
|
1048 |
-
"audio_file": "portuguese2.mp3",
|
1049 |
-
"prompt": "what is the accent in the audio?"
|
1050 |
-
},
|
1051 |
-
"output": {
|
1052 |
-
"text": "brazil"
|
1053 |
-
}
|
1054 |
-
},
|
1055 |
-
{
|
1056 |
-
"id": "ac_488",
|
1057 |
-
"input": {
|
1058 |
-
"audio_file": "english544.mp3",
|
1059 |
-
"prompt": "what is the accent in the audio?"
|
1060 |
-
},
|
1061 |
-
"output": {
|
1062 |
-
"text": "usa"
|
1063 |
-
}
|
1064 |
-
},
|
1065 |
-
{
|
1066 |
-
"id": "ac_486",
|
1067 |
-
"input": {
|
1068 |
-
"audio_file": "korean18.mp3",
|
1069 |
-
"prompt": "what is the accent in the audio?"
|
1070 |
-
},
|
1071 |
-
"output": {
|
1072 |
-
"text": "south korea"
|
1073 |
-
}
|
1074 |
-
},
|
1075 |
-
{
|
1076 |
-
"id": "ac_303",
|
1077 |
-
"input": {
|
1078 |
-
"audio_file": "english129.mp3",
|
1079 |
-
"prompt": "what is the accent in the audio?"
|
1080 |
-
},
|
1081 |
-
"output": {
|
1082 |
-
"text": "uk"
|
1083 |
-
}
|
1084 |
-
},
|
1085 |
-
{
|
1086 |
-
"id": "ac_350",
|
1087 |
-
"input": {
|
1088 |
-
"audio_file": "cantonese15.mp3",
|
1089 |
-
"prompt": "what is the accent in the audio?"
|
1090 |
-
},
|
1091 |
-
"output": {
|
1092 |
-
"text": "china"
|
1093 |
-
}
|
1094 |
-
},
|
1095 |
-
{
|
1096 |
-
"id": "ac_269",
|
1097 |
-
"input": {
|
1098 |
-
"audio_file": "english398.mp3",
|
1099 |
-
"prompt": "what is the accent in the audio?"
|
1100 |
-
},
|
1101 |
-
"output": {
|
1102 |
-
"text": "usa"
|
1103 |
-
}
|
1104 |
-
},
|
1105 |
-
{
|
1106 |
-
"id": "ac_201",
|
1107 |
-
"input": {
|
1108 |
-
"audio_file": "korean35.mp3",
|
1109 |
-
"prompt": "what is the accent in the audio?"
|
1110 |
-
},
|
1111 |
-
"output": {
|
1112 |
-
"text": "south korea"
|
1113 |
-
}
|
1114 |
-
},
|
1115 |
-
{
|
1116 |
-
"id": "ac_161",
|
1117 |
-
"input": {
|
1118 |
-
"audio_file": "english123.mp3",
|
1119 |
-
"prompt": "what is the accent in the audio?"
|
1120 |
-
},
|
1121 |
-
"output": {
|
1122 |
-
"text": "usa"
|
1123 |
-
}
|
1124 |
-
},
|
1125 |
-
{
|
1126 |
-
"id": "ac_043",
|
1127 |
-
"input": {
|
1128 |
-
"audio_file": "polish16.mp3",
|
1129 |
-
"prompt": "what is the accent in the audio?"
|
1130 |
-
},
|
1131 |
-
"output": {
|
1132 |
-
"text": "poland"
|
1133 |
-
}
|
1134 |
-
},
|
1135 |
-
{
|
1136 |
-
"id": "ac_217",
|
1137 |
-
"input": {
|
1138 |
-
"audio_file": "english344.mp3",
|
1139 |
-
"prompt": "what is the accent in the audio?"
|
1140 |
-
},
|
1141 |
-
"output": {
|
1142 |
-
"text": "usa"
|
1143 |
-
}
|
1144 |
-
},
|
1145 |
-
{
|
1146 |
-
"id": "ac_401",
|
1147 |
-
"input": {
|
1148 |
-
"audio_file": "mandarin4.mp3",
|
1149 |
-
"prompt": "what is the accent in the audio?"
|
1150 |
-
},
|
1151 |
-
"output": {
|
1152 |
-
"text": "china"
|
1153 |
-
}
|
1154 |
-
},
|
1155 |
-
{
|
1156 |
-
"id": "ac_190",
|
1157 |
-
"input": {
|
1158 |
-
"audio_file": "dutch17.mp3",
|
1159 |
-
"prompt": "what is the accent in the audio?"
|
1160 |
-
},
|
1161 |
-
"output": {
|
1162 |
-
"text": "belgium"
|
1163 |
-
}
|
1164 |
-
},
|
1165 |
-
{
|
1166 |
-
"id": "ac_309",
|
1167 |
-
"input": {
|
1168 |
-
"audio_file": "portuguese26.mp3",
|
1169 |
-
"prompt": "what is the accent in the audio?"
|
1170 |
-
},
|
1171 |
-
"output": {
|
1172 |
-
"text": "brazil"
|
1173 |
-
}
|
1174 |
-
},
|
1175 |
-
{
|
1176 |
-
"id": "ac_259",
|
1177 |
-
"input": {
|
1178 |
-
"audio_file": "korean23.mp3",
|
1179 |
-
"prompt": "what is the accent in the audio?"
|
1180 |
-
},
|
1181 |
-
"output": {
|
1182 |
-
"text": "south korea"
|
1183 |
-
}
|
1184 |
-
},
|
1185 |
-
{
|
1186 |
-
"id": "ac_105",
|
1187 |
-
"input": {
|
1188 |
-
"audio_file": "arabic38.mp3",
|
1189 |
-
"prompt": "what is the accent in the audio?"
|
1190 |
-
},
|
1191 |
-
"output": {
|
1192 |
-
"text": "usa"
|
1193 |
-
}
|
1194 |
-
},
|
1195 |
-
{
|
1196 |
-
"id": "ac_053",
|
1197 |
-
"input": {
|
1198 |
-
"audio_file": "dutch10.mp3",
|
1199 |
-
"prompt": "what is the accent in the audio?"
|
1200 |
-
},
|
1201 |
-
"output": {
|
1202 |
-
"text": "belgium"
|
1203 |
-
}
|
1204 |
-
},
|
1205 |
-
{
|
1206 |
-
"id": "ac_389",
|
1207 |
-
"input": {
|
1208 |
-
"audio_file": "mandarin40.mp3",
|
1209 |
-
"prompt": "what is the accent in the audio?"
|
1210 |
-
},
|
1211 |
-
"output": {
|
1212 |
-
"text": "china"
|
1213 |
-
}
|
1214 |
-
},
|
1215 |
-
{
|
1216 |
-
"id": "ac_001",
|
1217 |
-
"input": {
|
1218 |
-
"audio_file": "english339.mp3",
|
1219 |
-
"prompt": "what is the accent in the audio?"
|
1220 |
-
},
|
1221 |
-
"output": {
|
1222 |
-
"text": "usa"
|
1223 |
-
}
|
1224 |
-
},
|
1225 |
-
{
|
1226 |
-
"id": "ac_441",
|
1227 |
-
"input": {
|
1228 |
-
"audio_file": "korean40.mp3",
|
1229 |
-
"prompt": "what is the accent in the audio?"
|
1230 |
-
},
|
1231 |
-
"output": {
|
1232 |
-
"text": "south korea"
|
1233 |
-
}
|
1234 |
-
},
|
1235 |
-
{
|
1236 |
-
"id": "ac_482",
|
1237 |
-
"input": {
|
1238 |
-
"audio_file": "mandarin22.mp3",
|
1239 |
-
"prompt": "what is the accent in the audio?"
|
1240 |
-
},
|
1241 |
-
"output": {
|
1242 |
-
"text": "china"
|
1243 |
-
}
|
1244 |
-
},
|
1245 |
-
{
|
1246 |
-
"id": "ac_049",
|
1247 |
-
"input": {
|
1248 |
-
"audio_file": "english356.mp3",
|
1249 |
-
"prompt": "what is the accent in the audio?"
|
1250 |
-
},
|
1251 |
-
"output": {
|
1252 |
-
"text": "canada"
|
1253 |
-
}
|
1254 |
-
},
|
1255 |
-
{
|
1256 |
-
"id": "ac_419",
|
1257 |
-
"input": {
|
1258 |
-
"audio_file": "dutch4.mp3",
|
1259 |
-
"prompt": "what is the accent in the audio?"
|
1260 |
-
},
|
1261 |
-
"output": {
|
1262 |
-
"text": "belgium"
|
1263 |
-
}
|
1264 |
-
},
|
1265 |
-
{
|
1266 |
-
"id": "ac_080",
|
1267 |
-
"input": {
|
1268 |
-
"audio_file": "english126.mp3",
|
1269 |
-
"prompt": "what is the accent in the audio?"
|
1270 |
-
},
|
1271 |
-
"output": {
|
1272 |
-
"text": "usa"
|
1273 |
-
}
|
1274 |
-
},
|
1275 |
-
{
|
1276 |
-
"id": "ac_205",
|
1277 |
-
"input": {
|
1278 |
-
"audio_file": "english374.mp3",
|
1279 |
-
"prompt": "what is the accent in the audio?"
|
1280 |
-
},
|
1281 |
-
"output": {
|
1282 |
-
"text": "uk"
|
1283 |
-
}
|
1284 |
-
},
|
1285 |
-
{
|
1286 |
-
"id": "ac_034",
|
1287 |
-
"input": {
|
1288 |
-
"audio_file": "portuguese11.mp3",
|
1289 |
-
"prompt": "what is the accent in the audio?"
|
1290 |
-
},
|
1291 |
-
"output": {
|
1292 |
-
"text": "brazil"
|
1293 |
-
}
|
1294 |
-
},
|
1295 |
-
{
|
1296 |
-
"id": "ac_263",
|
1297 |
-
"input": {
|
1298 |
-
"audio_file": "english515.mp3",
|
1299 |
-
"prompt": "what is the accent in the audio?"
|
1300 |
-
},
|
1301 |
-
"output": {
|
1302 |
-
"text": "usa"
|
1303 |
-
}
|
1304 |
-
},
|
1305 |
-
{
|
1306 |
-
"id": "ac_427",
|
1307 |
-
"input": {
|
1308 |
-
"audio_file": "english227.mp3",
|
1309 |
-
"prompt": "what is the accent in the audio?"
|
1310 |
-
},
|
1311 |
-
"output": {
|
1312 |
-
"text": "uk"
|
1313 |
-
}
|
1314 |
-
},
|
1315 |
-
{
|
1316 |
-
"id": "ac_366",
|
1317 |
-
"input": {
|
1318 |
-
"audio_file": "english576.mp3",
|
1319 |
-
"prompt": "what is the accent in the audio?"
|
1320 |
-
},
|
1321 |
-
"output": {
|
1322 |
-
"text": "usa"
|
1323 |
-
}
|
1324 |
-
},
|
1325 |
-
{
|
1326 |
-
"id": "ac_091",
|
1327 |
-
"input": {
|
1328 |
-
"audio_file": "english14.mp3",
|
1329 |
-
"prompt": "what is the accent in the audio?"
|
1330 |
-
},
|
1331 |
-
"output": {
|
1332 |
-
"text": "uk"
|
1333 |
-
}
|
1334 |
-
},
|
1335 |
-
{
|
1336 |
-
"id": "ac_339",
|
1337 |
-
"input": {
|
1338 |
-
"audio_file": "english299.mp3",
|
1339 |
-
"prompt": "what is the accent in the audio?"
|
1340 |
-
},
|
1341 |
-
"output": {
|
1342 |
-
"text": "canada"
|
1343 |
-
}
|
1344 |
-
},
|
1345 |
-
{
|
1346 |
-
"id": "ac_473",
|
1347 |
-
"input": {
|
1348 |
-
"audio_file": "vlaams2.mp3",
|
1349 |
-
"prompt": "what is the accent in the audio?"
|
1350 |
-
},
|
1351 |
-
"output": {
|
1352 |
-
"text": "belgium"
|
1353 |
-
}
|
1354 |
-
},
|
1355 |
-
{
|
1356 |
-
"id": "ac_052",
|
1357 |
-
"input": {
|
1358 |
-
"audio_file": "english95.mp3",
|
1359 |
-
"prompt": "what is the accent in the audio?"
|
1360 |
-
},
|
1361 |
-
"output": {
|
1362 |
-
"text": "usa"
|
1363 |
-
}
|
1364 |
-
},
|
1365 |
-
{
|
1366 |
-
"id": "ac_345",
|
1367 |
-
"input": {
|
1368 |
-
"audio_file": "mandarin53.mp3",
|
1369 |
-
"prompt": "what is the accent in the audio?"
|
1370 |
-
},
|
1371 |
-
"output": {
|
1372 |
-
"text": "china"
|
1373 |
-
}
|
1374 |
-
},
|
1375 |
-
{
|
1376 |
-
"id": "ac_264",
|
1377 |
-
"input": {
|
1378 |
-
"audio_file": "english111.mp3",
|
1379 |
-
"prompt": "what is the accent in the audio?"
|
1380 |
-
},
|
1381 |
-
"output": {
|
1382 |
-
"text": "india"
|
1383 |
-
}
|
1384 |
-
},
|
1385 |
-
{
|
1386 |
-
"id": "ac_241",
|
1387 |
-
"input": {
|
1388 |
-
"audio_file": "english254.mp3",
|
1389 |
-
"prompt": "what is the accent in the audio?"
|
1390 |
-
},
|
1391 |
-
"output": {
|
1392 |
-
"text": "usa"
|
1393 |
-
}
|
1394 |
-
},
|
1395 |
-
{
|
1396 |
-
"id": "ac_013",
|
1397 |
-
"input": {
|
1398 |
-
"audio_file": "cantonese9.mp3",
|
1399 |
-
"prompt": "what is the accent in the audio?"
|
1400 |
-
},
|
1401 |
-
"output": {
|
1402 |
-
"text": "china"
|
1403 |
-
}
|
1404 |
-
},
|
1405 |
-
{
|
1406 |
-
"id": "ac_315",
|
1407 |
-
"input": {
|
1408 |
-
"audio_file": "english547.mp3",
|
1409 |
-
"prompt": "what is the accent in the audio?"
|
1410 |
-
},
|
1411 |
-
"output": {
|
1412 |
-
"text": "usa"
|
1413 |
-
}
|
1414 |
-
},
|
1415 |
-
{
|
1416 |
-
"id": "ac_088",
|
1417 |
-
"input": {
|
1418 |
-
"audio_file": "hindi4.mp3",
|
1419 |
-
"prompt": "what is the accent in the audio?"
|
1420 |
-
},
|
1421 |
-
"output": {
|
1422 |
-
"text": "india"
|
1423 |
-
}
|
1424 |
-
},
|
1425 |
-
{
|
1426 |
-
"id": "ac_387",
|
1427 |
-
"input": {
|
1428 |
-
"audio_file": "english200.mp3",
|
1429 |
-
"prompt": "what is the accent in the audio?"
|
1430 |
-
},
|
1431 |
-
"output": {
|
1432 |
-
"text": "usa"
|
1433 |
-
}
|
1434 |
-
},
|
1435 |
-
{
|
1436 |
-
"id": "ac_273",
|
1437 |
-
"input": {
|
1438 |
-
"audio_file": "turkish4.mp3",
|
1439 |
-
"prompt": "what is the accent in the audio?"
|
1440 |
-
},
|
1441 |
-
"output": {
|
1442 |
-
"text": "turkey"
|
1443 |
-
}
|
1444 |
-
},
|
1445 |
-
{
|
1446 |
-
"id": "ac_166",
|
1447 |
-
"input": {
|
1448 |
-
"audio_file": "english539.mp3",
|
1449 |
-
"prompt": "what is the accent in the audio?"
|
1450 |
-
},
|
1451 |
-
"output": {
|
1452 |
-
"text": "usa"
|
1453 |
-
}
|
1454 |
-
},
|
1455 |
-
{
|
1456 |
-
"id": "ac_328",
|
1457 |
-
"input": {
|
1458 |
-
"audio_file": "english534.mp3",
|
1459 |
-
"prompt": "what is the accent in the audio?"
|
1460 |
-
},
|
1461 |
-
"output": {
|
1462 |
-
"text": "usa"
|
1463 |
-
}
|
1464 |
-
},
|
1465 |
-
{
|
1466 |
-
"id": "ac_492",
|
1467 |
-
"input": {
|
1468 |
-
"audio_file": "mandarin56.mp3",
|
1469 |
-
"prompt": "what is the accent in the audio?"
|
1470 |
-
},
|
1471 |
-
"output": {
|
1472 |
-
"text": "china"
|
1473 |
-
}
|
1474 |
-
},
|
1475 |
-
{
|
1476 |
-
"id": "ac_134",
|
1477 |
-
"input": {
|
1478 |
-
"audio_file": "english180.mp3",
|
1479 |
-
"prompt": "what is the accent in the audio?"
|
1480 |
-
},
|
1481 |
-
"output": {
|
1482 |
-
"text": "usa"
|
1483 |
-
}
|
1484 |
-
},
|
1485 |
-
{
|
1486 |
-
"id": "ac_306",
|
1487 |
-
"input": {
|
1488 |
-
"audio_file": "english494.mp3",
|
1489 |
-
"prompt": "what is the accent in the audio?"
|
1490 |
-
},
|
1491 |
-
"output": {
|
1492 |
-
"text": "usa"
|
1493 |
-
}
|
1494 |
-
},
|
1495 |
-
{
|
1496 |
-
"id": "ac_480",
|
1497 |
-
"input": {
|
1498 |
-
"audio_file": "english19.mp3",
|
1499 |
-
"prompt": "what is the accent in the audio?"
|
1500 |
-
},
|
1501 |
-
"output": {
|
1502 |
-
"text": "usa"
|
1503 |
-
}
|
1504 |
-
},
|
1505 |
-
{
|
1506 |
-
"id": "ac_319",
|
1507 |
-
"input": {
|
1508 |
-
"audio_file": "english184.mp3",
|
1509 |
-
"prompt": "what is the accent in the audio?"
|
1510 |
-
},
|
1511 |
-
"output": {
|
1512 |
-
"text": "usa"
|
1513 |
-
}
|
1514 |
-
},
|
1515 |
-
{
|
1516 |
-
"id": "ac_243",
|
1517 |
-
"input": {
|
1518 |
-
"audio_file": "polish2.mp3",
|
1519 |
-
"prompt": "what is the accent in the audio?"
|
1520 |
-
},
|
1521 |
-
"output": {
|
1522 |
-
"text": "poland"
|
1523 |
-
}
|
1524 |
-
},
|
1525 |
-
{
|
1526 |
-
"id": "ac_054",
|
1527 |
-
"input": {
|
1528 |
-
"audio_file": "english538.mp3",
|
1529 |
-
"prompt": "what is the accent in the audio?"
|
1530 |
-
},
|
1531 |
-
"output": {
|
1532 |
-
"text": "usa"
|
1533 |
-
}
|
1534 |
-
},
|
1535 |
-
{
|
1536 |
-
"id": "ac_363",
|
1537 |
-
"input": {
|
1538 |
-
"audio_file": "portuguese23.mp3",
|
1539 |
-
"prompt": "what is the accent in the audio?"
|
1540 |
-
},
|
1541 |
-
"output": {
|
1542 |
-
"text": "brazil"
|
1543 |
-
}
|
1544 |
-
},
|
1545 |
-
{
|
1546 |
-
"id": "ac_050",
|
1547 |
-
"input": {
|
1548 |
-
"audio_file": "english407.mp3",
|
1549 |
-
"prompt": "what is the accent in the audio?"
|
1550 |
-
},
|
1551 |
-
"output": {
|
1552 |
-
"text": "canada"
|
1553 |
-
}
|
1554 |
-
},
|
1555 |
-
{
|
1556 |
-
"id": "ac_456",
|
1557 |
-
"input": {
|
1558 |
-
"audio_file": "mandarin51.mp3",
|
1559 |
-
"prompt": "what is the accent in the audio?"
|
1560 |
-
},
|
1561 |
-
"output": {
|
1562 |
-
"text": "china"
|
1563 |
-
}
|
1564 |
-
},
|
1565 |
-
{
|
1566 |
-
"id": "ac_174",
|
1567 |
-
"input": {
|
1568 |
-
"audio_file": "english358.mp3",
|
1569 |
-
"prompt": "what is the accent in the audio?"
|
1570 |
-
},
|
1571 |
-
"output": {
|
1572 |
-
"text": "canada"
|
1573 |
-
}
|
1574 |
-
},
|
1575 |
-
{
|
1576 |
-
"id": "ac_445",
|
1577 |
-
"input": {
|
1578 |
-
"audio_file": "mandarin8.mp3",
|
1579 |
-
"prompt": "what is the accent in the audio?"
|
1580 |
-
},
|
1581 |
-
"output": {
|
1582 |
-
"text": "china"
|
1583 |
-
}
|
1584 |
-
},
|
1585 |
-
{
|
1586 |
-
"id": "ac_189",
|
1587 |
-
"input": {
|
1588 |
-
"audio_file": "mandarin41.mp3",
|
1589 |
-
"prompt": "what is the accent in the audio?"
|
1590 |
-
},
|
1591 |
-
"output": {
|
1592 |
-
"text": "china"
|
1593 |
-
}
|
1594 |
-
},
|
1595 |
-
{
|
1596 |
-
"id": "ac_496",
|
1597 |
-
"input": {
|
1598 |
-
"audio_file": "portuguese30.mp3",
|
1599 |
-
"prompt": "what is the accent in the audio?"
|
1600 |
-
},
|
1601 |
-
"output": {
|
1602 |
-
"text": "brazil"
|
1603 |
-
}
|
1604 |
-
},
|
1605 |
-
{
|
1606 |
-
"id": "ac_187",
|
1607 |
-
"input": {
|
1608 |
-
"audio_file": "english575.mp3",
|
1609 |
-
"prompt": "what is the accent in the audio?"
|
1610 |
-
},
|
1611 |
-
"output": {
|
1612 |
-
"text": "usa"
|
1613 |
-
}
|
1614 |
-
},
|
1615 |
-
{
|
1616 |
-
"id": "ac_169",
|
1617 |
-
"input": {
|
1618 |
-
"audio_file": "portuguese29.mp3",
|
1619 |
-
"prompt": "what is the accent in the audio?"
|
1620 |
-
},
|
1621 |
-
"output": {
|
1622 |
-
"text": "brazil"
|
1623 |
-
}
|
1624 |
-
},
|
1625 |
-
{
|
1626 |
-
"id": "ac_058",
|
1627 |
-
"input": {
|
1628 |
-
"audio_file": "english499.mp3",
|
1629 |
-
"prompt": "what is the accent in the audio?"
|
1630 |
-
},
|
1631 |
-
"output": {
|
1632 |
-
"text": "usa"
|
1633 |
-
}
|
1634 |
-
},
|
1635 |
-
{
|
1636 |
-
"id": "ac_048",
|
1637 |
-
"input": {
|
1638 |
-
"audio_file": "english244.mp3",
|
1639 |
-
"prompt": "what is the accent in the audio?"
|
1640 |
-
},
|
1641 |
-
"output": {
|
1642 |
-
"text": "usa"
|
1643 |
-
}
|
1644 |
-
},
|
1645 |
-
{
|
1646 |
-
"id": "ac_344",
|
1647 |
-
"input": {
|
1648 |
-
"audio_file": "mandarin52.mp3",
|
1649 |
-
"prompt": "what is the accent in the audio?"
|
1650 |
-
},
|
1651 |
-
"output": {
|
1652 |
-
"text": "china"
|
1653 |
-
}
|
1654 |
-
},
|
1655 |
-
{
|
1656 |
-
"id": "ac_235",
|
1657 |
-
"input": {
|
1658 |
-
"audio_file": "korean29.mp3",
|
1659 |
-
"prompt": "what is the accent in the audio?"
|
1660 |
-
},
|
1661 |
-
"output": {
|
1662 |
-
"text": "south korea"
|
1663 |
-
}
|
1664 |
-
},
|
1665 |
-
{
|
1666 |
-
"id": "ac_252",
|
1667 |
-
"input": {
|
1668 |
-
"audio_file": "english190.mp3",
|
1669 |
-
"prompt": "what is the accent in the audio?"
|
1670 |
-
},
|
1671 |
-
"output": {
|
1672 |
-
"text": "usa"
|
1673 |
-
}
|
1674 |
-
},
|
1675 |
-
{
|
1676 |
-
"id": "ac_021",
|
1677 |
-
"input": {
|
1678 |
-
"audio_file": "english214.mp3",
|
1679 |
-
"prompt": "what is the accent in the audio?"
|
1680 |
-
},
|
1681 |
-
"output": {
|
1682 |
-
"text": "usa"
|
1683 |
-
}
|
1684 |
-
},
|
1685 |
-
{
|
1686 |
-
"id": "ac_313",
|
1687 |
-
"input": {
|
1688 |
-
"audio_file": "english188.mp3",
|
1689 |
-
"prompt": "what is the accent in the audio?"
|
1690 |
-
},
|
1691 |
-
"output": {
|
1692 |
-
"text": "uk"
|
1693 |
-
}
|
1694 |
-
},
|
1695 |
-
{
|
1696 |
-
"id": "ac_459",
|
1697 |
-
"input": {
|
1698 |
-
"audio_file": "english459.mp3",
|
1699 |
-
"prompt": "what is the accent in the audio?"
|
1700 |
-
},
|
1701 |
-
"output": {
|
1702 |
-
"text": "usa"
|
1703 |
-
}
|
1704 |
-
},
|
1705 |
-
{
|
1706 |
-
"id": "ac_160",
|
1707 |
-
"input": {
|
1708 |
-
"audio_file": "english487.mp3",
|
1709 |
-
"prompt": "what is the accent in the audio?"
|
1710 |
-
},
|
1711 |
-
"output": {
|
1712 |
-
"text": "uk"
|
1713 |
-
}
|
1714 |
-
},
|
1715 |
-
{
|
1716 |
-
"id": "ac_276",
|
1717 |
-
"input": {
|
1718 |
-
"audio_file": "english442.mp3",
|
1719 |
-
"prompt": "what is the accent in the audio?"
|
1720 |
-
},
|
1721 |
-
"output": {
|
1722 |
-
"text": "usa"
|
1723 |
-
}
|
1724 |
-
},
|
1725 |
-
{
|
1726 |
-
"id": "ac_443",
|
1727 |
-
"input": {
|
1728 |
-
"audio_file": "english30.mp3",
|
1729 |
-
"prompt": "what is the accent in the audio?"
|
1730 |
-
},
|
1731 |
-
"output": {
|
1732 |
-
"text": "canada"
|
1733 |
-
}
|
1734 |
-
},
|
1735 |
-
{
|
1736 |
-
"id": "ac_191",
|
1737 |
-
"input": {
|
1738 |
-
"audio_file": "english59.mp3",
|
1739 |
-
"prompt": "what is the accent in the audio?"
|
1740 |
-
},
|
1741 |
-
"output": {
|
1742 |
-
"text": "usa"
|
1743 |
-
}
|
1744 |
-
},
|
1745 |
-
{
|
1746 |
-
"id": "ac_385",
|
1747 |
-
"input": {
|
1748 |
-
"audio_file": "english101.mp3",
|
1749 |
-
"prompt": "what is the accent in the audio?"
|
1750 |
-
},
|
1751 |
-
"output": {
|
1752 |
-
"text": "canada"
|
1753 |
-
}
|
1754 |
-
},
|
1755 |
-
{
|
1756 |
-
"id": "ac_293",
|
1757 |
-
"input": {
|
1758 |
-
"audio_file": "turkish31.mp3",
|
1759 |
-
"prompt": "what is the accent in the audio?"
|
1760 |
-
},
|
1761 |
-
"output": {
|
1762 |
-
"text": "turkey"
|
1763 |
-
}
|
1764 |
-
},
|
1765 |
-
{
|
1766 |
-
"id": "ac_413",
|
1767 |
-
"input": {
|
1768 |
-
"audio_file": "tamil3.mp3",
|
1769 |
-
"prompt": "what is the accent in the audio?"
|
1770 |
-
},
|
1771 |
-
"output": {
|
1772 |
-
"text": "india"
|
1773 |
-
}
|
1774 |
-
},
|
1775 |
-
{
|
1776 |
-
"id": "ac_343",
|
1777 |
-
"input": {
|
1778 |
-
"audio_file": "english28.mp3",
|
1779 |
-
"prompt": "what is the accent in the audio?"
|
1780 |
-
},
|
1781 |
-
"output": {
|
1782 |
-
"text": "canada"
|
1783 |
-
}
|
1784 |
-
},
|
1785 |
-
{
|
1786 |
-
"id": "ac_257",
|
1787 |
-
"input": {
|
1788 |
-
"audio_file": "english541.mp3",
|
1789 |
-
"prompt": "what is the accent in the audio?"
|
1790 |
-
},
|
1791 |
-
"output": {
|
1792 |
-
"text": "usa"
|
1793 |
-
}
|
1794 |
-
},
|
1795 |
-
{
|
1796 |
-
"id": "ac_308",
|
1797 |
-
"input": {
|
1798 |
-
"audio_file": "english388.mp3",
|
1799 |
-
"prompt": "what is the accent in the audio?"
|
1800 |
-
},
|
1801 |
-
"output": {
|
1802 |
-
"text": "usa"
|
1803 |
-
}
|
1804 |
-
},
|
1805 |
-
{
|
1806 |
-
"id": "ac_149",
|
1807 |
-
"input": {
|
1808 |
-
"audio_file": "english368.mp3",
|
1809 |
-
"prompt": "what is the accent in the audio?"
|
1810 |
-
},
|
1811 |
-
"output": {
|
1812 |
-
"text": "uk"
|
1813 |
-
}
|
1814 |
-
},
|
1815 |
-
{
|
1816 |
-
"id": "ac_130",
|
1817 |
-
"input": {
|
1818 |
-
"audio_file": "english62.mp3",
|
1819 |
-
"prompt": "what is the accent in the audio?"
|
1820 |
-
},
|
1821 |
-
"output": {
|
1822 |
-
"text": "usa"
|
1823 |
-
}
|
1824 |
-
},
|
1825 |
-
{
|
1826 |
-
"id": "ac_151",
|
1827 |
-
"input": {
|
1828 |
-
"audio_file": "mandarin65.mp3",
|
1829 |
-
"prompt": "what is the accent in the audio?"
|
1830 |
-
},
|
1831 |
-
"output": {
|
1832 |
-
"text": "china"
|
1833 |
-
}
|
1834 |
-
},
|
1835 |
-
{
|
1836 |
-
"id": "ac_359",
|
1837 |
-
"input": {
|
1838 |
-
"audio_file": "english343.mp3",
|
1839 |
-
"prompt": "what is the accent in the audio?"
|
1840 |
-
},
|
1841 |
-
"output": {
|
1842 |
-
"text": "usa"
|
1843 |
-
}
|
1844 |
-
},
|
1845 |
-
{
|
1846 |
-
"id": "ac_099",
|
1847 |
-
"input": {
|
1848 |
-
"audio_file": "english437.mp3",
|
1849 |
-
"prompt": "what is the accent in the audio?"
|
1850 |
-
},
|
1851 |
-
"output": {
|
1852 |
-
"text": "usa"
|
1853 |
-
}
|
1854 |
-
},
|
1855 |
-
{
|
1856 |
-
"id": "ac_372",
|
1857 |
-
"input": {
|
1858 |
-
"audio_file": "dutch22.mp3",
|
1859 |
-
"prompt": "what is the accent in the audio?"
|
1860 |
-
},
|
1861 |
-
"output": {
|
1862 |
-
"text": "belgium"
|
1863 |
-
}
|
1864 |
-
},
|
1865 |
-
{
|
1866 |
-
"id": "ac_087",
|
1867 |
-
"input": {
|
1868 |
-
"audio_file": "english169.mp3",
|
1869 |
-
"prompt": "what is the accent in the audio?"
|
1870 |
-
},
|
1871 |
-
"output": {
|
1872 |
-
"text": "usa"
|
1873 |
-
}
|
1874 |
-
},
|
1875 |
-
{
|
1876 |
-
"id": "ac_458",
|
1877 |
-
"input": {
|
1878 |
-
"audio_file": "english566.mp3",
|
1879 |
-
"prompt": "what is the accent in the audio?"
|
1880 |
-
},
|
1881 |
-
"output": {
|
1882 |
-
"text": "uk"
|
1883 |
-
}
|
1884 |
-
},
|
1885 |
-
{
|
1886 |
-
"id": "ac_330",
|
1887 |
-
"input": {
|
1888 |
-
"audio_file": "english98.mp3",
|
1889 |
-
"prompt": "what is the accent in the audio?"
|
1890 |
-
},
|
1891 |
-
"output": {
|
1892 |
-
"text": "usa"
|
1893 |
-
}
|
1894 |
-
},
|
1895 |
-
{
|
1896 |
-
"id": "ac_214",
|
1897 |
-
"input": {
|
1898 |
-
"audio_file": "turkish11.mp3",
|
1899 |
-
"prompt": "what is the accent in the audio?"
|
1900 |
-
},
|
1901 |
-
"output": {
|
1902 |
-
"text": "turkey"
|
1903 |
-
}
|
1904 |
-
},
|
1905 |
-
{
|
1906 |
-
"id": "ac_466",
|
1907 |
-
"input": {
|
1908 |
-
"audio_file": "korean4.mp3",
|
1909 |
-
"prompt": "what is the accent in the audio?"
|
1910 |
-
},
|
1911 |
-
"output": {
|
1912 |
-
"text": "south korea"
|
1913 |
-
}
|
1914 |
-
},
|
1915 |
-
{
|
1916 |
-
"id": "ac_121",
|
1917 |
-
"input": {
|
1918 |
-
"audio_file": "english195.mp3",
|
1919 |
-
"prompt": "what is the accent in the audio?"
|
1920 |
-
},
|
1921 |
-
"output": {
|
1922 |
-
"text": "usa"
|
1923 |
-
}
|
1924 |
-
},
|
1925 |
-
{
|
1926 |
-
"id": "ac_499",
|
1927 |
-
"input": {
|
1928 |
-
"audio_file": "cantonese20.mp3",
|
1929 |
-
"prompt": "what is the accent in the audio?"
|
1930 |
-
},
|
1931 |
-
"output": {
|
1932 |
-
"text": "china"
|
1933 |
-
}
|
1934 |
-
},
|
1935 |
-
{
|
1936 |
-
"id": "ac_020",
|
1937 |
-
"input": {
|
1938 |
-
"audio_file": "english297.mp3",
|
1939 |
-
"prompt": "what is the accent in the audio?"
|
1940 |
-
},
|
1941 |
-
"output": {
|
1942 |
-
"text": "usa"
|
1943 |
-
}
|
1944 |
-
},
|
1945 |
-
{
|
1946 |
-
"id": "ac_188",
|
1947 |
-
"input": {
|
1948 |
-
"audio_file": "portuguese7.mp3",
|
1949 |
-
"prompt": "what is the accent in the audio?"
|
1950 |
-
},
|
1951 |
-
"output": {
|
1952 |
-
"text": "brazil"
|
1953 |
-
}
|
1954 |
-
},
|
1955 |
-
{
|
1956 |
-
"id": "ac_071",
|
1957 |
-
"input": {
|
1958 |
-
"audio_file": "english250.mp3",
|
1959 |
-
"prompt": "what is the accent in the audio?"
|
1960 |
-
},
|
1961 |
-
"output": {
|
1962 |
-
"text": "uk"
|
1963 |
-
}
|
1964 |
-
},
|
1965 |
-
{
|
1966 |
-
"id": "ac_106",
|
1967 |
-
"input": {
|
1968 |
-
"audio_file": "dutch19.mp3",
|
1969 |
-
"prompt": "what is the accent in the audio?"
|
1970 |
-
},
|
1971 |
-
"output": {
|
1972 |
-
"text": "belgium"
|
1973 |
-
}
|
1974 |
-
},
|
1975 |
-
{
|
1976 |
-
"id": "ac_270",
|
1977 |
-
"input": {
|
1978 |
-
"audio_file": "french51.mp3",
|
1979 |
-
"prompt": "what is the accent in the audio?"
|
1980 |
-
},
|
1981 |
-
"output": {
|
1982 |
-
"text": "belgium"
|
1983 |
-
}
|
1984 |
-
},
|
1985 |
-
{
|
1986 |
-
"id": "ac_348",
|
1987 |
-
"input": {
|
1988 |
-
"audio_file": "english7.mp3",
|
1989 |
-
"prompt": "what is the accent in the audio?"
|
1990 |
-
},
|
1991 |
-
"output": {
|
1992 |
-
"text": "usa"
|
1993 |
-
}
|
1994 |
-
},
|
1995 |
-
{
|
1996 |
-
"id": "ac_435",
|
1997 |
-
"input": {
|
1998 |
-
"audio_file": "english275.mp3",
|
1999 |
-
"prompt": "what is the accent in the audio?"
|
2000 |
-
},
|
2001 |
-
"output": {
|
2002 |
-
"text": "usa"
|
2003 |
-
}
|
2004 |
-
},
|
2005 |
-
{
|
2006 |
-
"id": "ac_102",
|
2007 |
-
"input": {
|
2008 |
-
"audio_file": "english46.mp3",
|
2009 |
-
"prompt": "what is the accent in the audio?"
|
2010 |
-
},
|
2011 |
-
"output": {
|
2012 |
-
"text": "usa"
|
2013 |
-
}
|
2014 |
-
}
|
2015 |
-
]
|
2016 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/arabic38.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c92f5643430e0097f7673a2343e24acc533cf13d9dc1095fcfbc4e5d9fcd12aa
|
3 |
-
size 512834
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/arabic68.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1e90366133c8730ce79e361f2291d7286d303fbf3554073bd38f586eead7df0b
|
3 |
-
size 585977
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/bai1.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8bcb0d760cd7325dbd5bc5796c702c2f2966cc3198d1bc2c9acb0b958ed2fdc9
|
3 |
-
size 973843
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/bengali6.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:545b6b54495f4075c3aa82a136b0b1518dcefc16d1deb2d62c00aace27bacf4c
|
3 |
-
size 329768
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/bengali9.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8a8e970dfcc6c55e276649686cc998653dea1147d57ff8a0bc4079e78d97e093
|
3 |
-
size 509909
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/cantonese15.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e5387b072f2308b62d8e00e460a3198ce48a487af2a355215d3d6d0803855582
|
3 |
-
size 369892
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/cantonese16.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ec022fbfed56d1ea1a8ea2728660e0cb58232ee4e8a1a29a69259667e38f819f
|
3 |
-
size 345651
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/cantonese18.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:586480307752d87c84d235e5aac10721f82306675d6d8eccb0904f4983272ee3
|
3 |
-
size 367385
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/cantonese20.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:20db70e81e9b69abefe9accb219a7cf43cf5b784271b6c75fdbe8ae39070d8c3
|
3 |
-
size 543763
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/cantonese6.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:13ee1fbd17149f3102223dacb9811f25268bb4e219474625eccb6b946c182538
|
3 |
-
size 483577
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/cantonese9.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ed7cd8d29d18b4cddde4002ecb7f031e59c77f8e57bb7823f605777e1afb2efc
|
3 |
-
size 448051
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/dutch10.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b633157b1d955277da1f1342de41932cd9a14a9489c3f12e6a7423b82a784f1f
|
3 |
-
size 441781
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/dutch17.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6e131f8687b68d4ad84f7aeab2b7717fcd3944000a76c2de2a66ce7b7ef7e531
|
3 |
-
size 356100
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/dutch19.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:09f523666fc4ba8d7fed4513b3c9b2ec9449528866d531055e5a691273e2c339
|
3 |
-
size 327261
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/dutch22.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:587a60515d419a07930e736b9f4eb369566ba3774feeafc0481bbd2050e97220
|
3 |
-
size 278359
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/dutch25.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8a929621ec97e501a7556a6cc0e4b8a0301eced69a0ba2f9c028ddf8fa17af50
|
3 |
-
size 323917
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/dutch30.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d6592d9914c60f10efb9c0e5fb7551cdc6f147a9c4990ac363b0a2be897f3824
|
3 |
-
size 477308
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/dutch4.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e09785124c4faac9a3776bca06bc007bdf423ee6a9dc7e6201e98015db3d9bad
|
3 |
-
size 416704
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english100.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7ba02b5aaadb8d204889c9b83340ce974617ac7cc19127091c4500675603ec84
|
3 |
-
size 300929
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english101.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ef80b9d076181a98b9df169e8c79f17f74a33e6389d7d53171781a897eae2614
|
3 |
-
size 320991
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english111.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b346a30072cb52bc4c5dcd74b2f98151b7a7daa892cc39790944b2fdc0bf532f
|
3 |
-
size 351920
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english114.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:047054aeb207dd3184c997f34ead601f37ff10b125c984bb532049da9f9a749e
|
3 |
-
size 334366
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english123.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b780c0a179e181d8858ac5d4a9c27dc864fbc9f2551034a6466f2940a2b3d2f8
|
3 |
-
size 328097
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english126.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:46aebcc9e74309d2415a6f587fc6d2b7d7f241239f2b0bf2a367aba974d865a7
|
3 |
-
size 305109
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english129.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:64871ef8b02b88e2ed65dc38a95e5ef05f62f649b8fb664cf14fa9434cea6875
|
3 |
-
size 303437
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english132.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6b7513db44d11c0a8aef4db047452befa010d7a712b333aba334742289e8f888
|
3 |
-
size 351920
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english135.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c78286db33598689715dcdc15e90b839364a5223ec6b9df0c1c4ad64174cd48f
|
3 |
-
size 333530
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english14.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:439477c9ffeec716e8c2d7f4911fef049d2d58ba4a08cd1262d0d15005968325
|
3 |
-
size 307199
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english144.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:36fa10e4b635877a8e0117f17aa220f74920466cdd62ca7c6de9c5b243fe3e2a
|
3 |
-
size 341471
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english149.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:df7828e28753af4ba3014c761197dd3a7123b718808a6f0d661f632440cdcbb8
|
3 |
-
size 330186
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english157.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:02bc12638d00f97c861dab7cef6736962f161c1cd93bd33c5711176352d6eab8
|
3 |
-
size 303019
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english161.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cd9ca69bf7881acf78aff8604a17e5f582658aa4784cc40505b94deaac2f404b
|
3 |
-
size 425088
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english164.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cd445217f56d9f3d87a4c3b22035ba5086315e8938a22fd837982d93c12ff936
|
3 |
-
size 416286
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english166.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d4609bb8aaab9eb2c6ec69cc67fdf2a371799c6f01cce21f5dd719d4eae67779
|
3 |
-
size 365295
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english169.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b7f3d7830d5f75212b68c7dcfefbf3814d5a15ba56d9a054f66c654a207eaeb4
|
3 |
-
size 303437
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english173.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1b02bc0a2e82240cf1e6fdb0d6ca54ca0309d494c203da4568f34f489d995257
|
3 |
-
size 326843
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english180.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:85c733467e556ca033d5ce2c3b6f39ea0580057eb56e73b07f0beb4c35c04fa1
|
3 |
-
size 313886
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english184.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:502cc04644f9604157765ae52646ab29ac2ab6c9d17d858228b2c51577708667
|
3 |
-
size 309288
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english188.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d085fb6090d5ddfa74dc46cbb9c71f3e328248929e463ff30aae80f6910d184d
|
3 |
-
size 362787
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english189.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cf8de24c0bbcb570da7fe6bb5c26f9470261ee0e7c9a559a2a0bfeca4900b43c
|
3 |
-
size 346905
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english19.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:788b04384233bd599e20973e57b3ab3b4e72bb6e67fd26c7c24a7371d20b6f04
|
3 |
-
size 399568
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english190.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:27ccab48c4a9989e8f83a014e7270f2e1285cb199138ac84b412f79ea765c5d2
|
3 |
-
size 297168
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english195.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:eca881d978136c00cfdc1594c61b276fd9b023b2e85bdfe810e74c34e6441280
|
3 |
-
size 370728
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english200.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dc7a52c601c73ee452714ac3090c50fb507c78c56888c83f96e90c2e6683c5fc
|
3 |
-
size 286301
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english21.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:621141cd8a094fd0dcc38aa25f4c7e7da7408712e3218b4b8bdf3ebee8b86c7b
|
3 |
-
size 264567
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english214.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0c51383c5153c3d472f4ce3482c21c6c94d8996966ea61d9be1b2a348785e498
|
3 |
-
size 338128
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english220.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:314896a3c23f4837fb0845c6b4be2d59eb739c251fa4eacf715807351987bc04
|
3 |
-
size 353174
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english221.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fe125119272fecdee7fef68d86794358205adee4c96d2d4b4dc855c799d20139
|
3 |
-
size 359026
|
|
|
|
|
|
|
|
audio/comprehension/AccentClassification/audios/english227.mp3
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9cf22f15c1253fa69085f817bf2179329f8e2509c7c26ba58235e9a96209389c
|
3 |
-
size 471457
|
|
|
|
|
|
|
|