tutorial yes/no version of the model? #2020
Replies: 3 comments 6 replies
-
This is a great request... there actually isn't one (yet!). There are similar, existing tutorials here: https://github.com/coqui-ai/STT/tree/main/notebooks when we've got a yes/no tutorial I'll post here:) |
Beta Was this translation helpful? Give feedback.
-
Hi @subzero882 -- here's a quick tutorial on training STT models for yes/no... let me know what you think! https://colab.research.google.com/github/JRMeyer/STT/blob/jupyter/notebooks/yesno_tutorial.ipynb |
Beta Was this translation helpful? Give feedback.
-
@subzero882 the model was trained without digits like [0,1,2... ], but rather words [zero, one, two... ], so, you should try spelling out the hotwords like "two d map" and "three d map", and there's no dash, so "heads up display" |
Beta Was this translation helpful? Give feedback.
-
Is there a tutorial on how to retrain coqui into the yes/no only model?
I'm building some software looking to use command words, and i'm having some issues in understanding how to take STT as is and have it reduce to a subset of words. like how the yes/no model would work
Beta Was this translation helpful? Give feedback.
All reactions