AndrewMcDowell commited on
Commit
1d27d37
Β·
1 Parent(s): f7f72aa

Training in progress, step 2000

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a045ec80cccde6513efafa22639d8feb4ad1eed1931045d55322e78ce00a922
3
  size 1262956849
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce99a49bcd67268aa3d9f817ef543920a1ca22e459666ae0551fa8cef82d8359
3
  size 1262956849
speech_training_notebook.ipynb CHANGED
@@ -327,6 +327,39 @@
327
  "common_voice_test = common_voice_test.map(remove_special_characters)"
328
  ]
329
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  {
331
  "cell_type": "code",
332
  "execution_count": 6,
 
327
  "common_voice_test = common_voice_test.map(remove_special_characters)"
328
  ]
329
  },
330
+ {
331
+ "cell_type": "code",
332
+ "execution_count": 24,
333
+ "metadata": {},
334
+ "outputs": [
335
+ {
336
+ "data": {
337
+ "text/plain": [
338
+ "{'client_id': '02a8841a00d762472a4797b56ee01643e8d9ece5a225f2e91c007ab1f94c49c99e50d19986ff3fefb18190257323f34238828114aa607f84fbe9764ecf5aaeaa',\n",
339
+ " 'path': 'cv-corpus-8.0-2022-01-19/ja/clips/common_voice_ja_25467658.mp3',\n",
340
+ " 'audio': {'path': 'cv-corpus-8.0-2022-01-19/ja/clips/common_voice_ja_25467658.mp3',\n",
341
+ " 'array': array([0. , 0. , 0. , ..., 0.00026336, 0.00038834,\n",
342
+ " 0.00026771], dtype=float32),\n",
343
+ " 'sampling_rate': 48000},\n",
344
+ " 'sentence': 'γ‘γ‚‡γ£γ¨γŒγ£γ“γ†γ§γƒˆγƒ©γƒ–γƒ«γŒγ‚γ‚ŠγΎγ—γ¦γ€‚',\n",
345
+ " 'up_votes': 2,\n",
346
+ " 'down_votes': 0,\n",
347
+ " 'age': 'fourties',\n",
348
+ " 'gender': 'female',\n",
349
+ " 'accent': '',\n",
350
+ " 'locale': 'ja',\n",
351
+ " 'segment': ''}"
352
+ ]
353
+ },
354
+ "execution_count": 24,
355
+ "metadata": {},
356
+ "output_type": "execute_result"
357
+ }
358
+ ],
359
+ "source": [
360
+ "common_voice_train[1]"
361
+ ]
362
+ },
363
  {
364
  "cell_type": "code",
365
  "execution_count": 6,