|
|
|
|
|
by magicalhippo
2129 days ago
|
|
Also there's essentially two parts to this, the neural net is used for speech-to-characters, and then a language model is used to convert the character stream to words. I found that the language model they supplied was trained data that did not contain the words I needed, and got significantly improved results when making my own language model using the kenlm[1] tools. [1]: https://kheafield.com/code/kenlm/ |
|