You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" print('Restarting Colab runtime to successfully import built module.')\n",
84
87
" print('Please re-run the notebook.')\n",
85
-
" import os\n",
86
88
" os.kill(os.getpid(), 9)"
87
89
],
88
90
"execution_count": null,
@@ -110,7 +112,7 @@
110
112
},
111
113
"source": [
112
114
"## Instantiate pre-trained NeMo model\n",
113
-
"``from_pretrained(...)`` API downloads and initializes model directly from the cloud.\n",
115
+
"``from_pretrained(...)`` API downloads and initializes model directly from the cloud.\n",
114
116
"\n",
115
117
"Alternatively, ``restore_from(...)`` allows loading a model from a disk.\n",
116
118
"\n",
@@ -403,7 +405,7 @@
403
405
"source": [
404
406
"## Offline inference with beam search decoder and N-gram language model re-scoring\n",
405
407
"\n",
406
-
"It is possible to use an external [KenLM](https://kheafield.com/code/kenlm/)-based N-gram language model to rescore multiple transcription candidates.\n",
408
+
"It is possible to use an external [KenLM](https://kheafield.com/code/kenlm/)-based N-gram language model to rescore multiple transcription candidates.\n",
407
409
"\n",
408
410
"Let's download and preprocess LibriSpeech 3-gram language model."
0 commit comments