-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to Coqui STT 1.4.0 #163
Conversation
Managed to make this branch export a model from scratch. See the full logs here. |
This comment was marked as outdated.
This comment was marked as outdated.
STT 1.4.0 was released as stable! I've updated Version 10 of CV is out so I'll probably make another branch for it (I'll probably wait for more affordable energy to train cv-fr-10 though). |
Added link to french tutorial for fine-tuning
This branch made the mistake to delete |
This branch implements everything needed to train STT models for french using CommonVoice 9.0 with STT version 1.4.0.
Notes
Checkout the released models from this branch: STT French v0.9.
I've added the
import_cv_perso.sh
importer script to download personal CV data and ease the process of fine-tuning from checkpoints. See this commit and this article on Discourse.I've also added a custom python script for lm_optimizer to catch the results of the optimization and save them to disk so we can use them during testing and exporting steps.
train.sh
has been split intotrain.sh
,test.sh
andexport.sh
. See this commit.