From e95c8fe0b046ff42561cb028c87aadfc85acdd70 Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Tue, 27 Jul 2021 10:18:03 -0400 Subject: [PATCH] Fix typo in notebook --- notebooks/train-your-first-coqui-STT-model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/train-your-first-coqui-STT-model.ipynb b/notebooks/train-your-first-coqui-STT-model.ipynb index 895785dd..13371dc7 100644 --- a/notebooks/train-your-first-coqui-STT-model.ipynb +++ b/notebooks/train-your-first-coqui-STT-model.ipynb @@ -46,7 +46,7 @@ "\n", "**Second things second**: we want an alphabet. The output layer of a typical* 🐸 STT model represents letters in the alphabet, and you should specify this alphabet before training. Let's download an English alphabet from Coqui and use that.\n", "\n", - "_*If you are working with languages with large character sets (e.g. Chinese), you can set `bytes_output_mode=True` instead of supplying an `alphabet.txt` file. In this case, the output layer of the STT model will correspond to individual UTF-8 bytes instead of individual characters._" + "*_If you are working with languages with large character sets (e.g. Chinese), you can set `bytes_output_mode=True` instead of supplying an `alphabet.txt` file. In this case, the output layer of the STT model will correspond to individual UTF-8 bytes instead of individual characters._" ] }, {