From 33e5835aad1c32ac8707971141b65c3fc5ff1904 Mon Sep 17 00:00:00 2001 From: James Betker Date: Fri, 25 Feb 2022 19:07:57 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75cf2ce..c268477 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ The model gets a respectable WER of 4.45% on the librispeech validation set. The Since the model was fine-tuned on clean audio, it is not well-suited for noisy audio like CommonVoice (though I may upload a checkpoint for that soon too). It still does pretty good, though. -The vocabulary is uploaded to the model hub as well `jbetker/tacotron_symbols`. \ No newline at end of file +The vocabulary is uploaded to the model hub as well `jbetker/tacotron_symbols`. + +Check out my speech transcription script repo, [ocotillo](https://github.com/neonbjb/ocotillo) for usage examples: https://github.com/neonbjb/ocotillo \ No newline at end of file