Skip to content

Commit

Permalink
Merge branch 'main' into multi_adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
titu1994 committed May 6, 2022
2 parents 69c5706 + ddd8719 commit cf85cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nemo_text_processing/inverse_text_normalization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ See [NeMo documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/do

Tutorial with overview of the package capabilities: [Text_(Inverse)_Normalization.ipynb](https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/text_processing/Text_(Inverse)_Normalization.ipynb)

Tutorial on how to customize the underlying gramamrs: [WFST_Tutorial.ipynb](https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/text_processing/WFST_Tutorial.ipynb)p
Tutorial on how to customize the underlying gramamrs: [WFST_Tutorial.ipynb](https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/text_processing/WFST_Tutorial.ipynb)
4 changes: 2 additions & 2 deletions tutorials/text_processing/Text_(Inverse)_Normalization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"metadata": {},
"source": [
"# Overview\n",
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/tn_tutorial/tutorials/text_processing/images/task_overview.png\" width=\"600\"/>"
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/main/tutorials/text_processing/images/task_overview.png\" width=\"600\"/>"
]
},
{
Expand Down Expand Up @@ -335,7 +335,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/tn_tutorial/tutorials/text_processing/images/audio_based_tn.png\" width=\"600\"/>"
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/main/tutorials/text_processing/images/audio_based_tn.png\" width=\"600\"/>"
]
},
{
Expand Down

0 comments on commit cf85cf3

Please sign in to comment.