Skip to content

Commit

Permalink
fixes for pr review
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Antonova <antonova_sasha@list.ru>
  • Loading branch information
bene-ges committed Jul 25, 2023
1 parent dc028bc commit c3f11fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tutorials/nlp/SpellMapper_English_ASR_Customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"# Install NeMo library. If you are running locally (rather than on Google Colab), comment out the below lines\n",
"# and instead follow the instructions at https://github.com/NVIDIA/NeMo#Installation\n",
"GITHUB_ACCOUNT = \"NVIDIA\"\n",
"BRANCH = \"r1.20.0\"\n",
"BRANCH = 'r1.20.0'\n",
"!python -m pip install git+https://github.com/{GITHUB_ACCOUNT}/NeMo.git@{BRANCH}#egg=nemo_toolkit[all]\n",
"\n",
"# Download local version of NeMo scripts. If you are running locally and want to use your own local NeMo code,\n",
Expand Down Expand Up @@ -934,7 +934,9 @@
"id": "9T3CZcCAmxCz"
},
"source": [
"Now we have a folder with generated audios `audio/*.wav` and a nemo manifest with json records like `{\"audio_filepath\": \"audio/0.wav\", \"text\": \"no renal auditory or vestibular toxicity was observed\", \"orig_text\": \"No renal, auditory, or vestibular toxicity was observed.\"}`."
"Now we have a folder with generated audios `audio/*.wav` and a nemo manifest with json records like `{\"audio_filepath\": \"audio/0.wav\", \"text\": \"no renal auditory or vestibular toxicity was observed\", \"orig_text\": \"No renal, auditory, or vestibular toxicity was observed.\"}`.",
"\n",
"Note that TTS model may mispronounce some unknown words, for example, abbreviations like `tRNAs`."
]
},
{
Expand Down

0 comments on commit c3f11fd

Please sign in to comment.