deepspeech-playground
deepspeech-playground copied to clipboard
How to combine my own custom model and pretrained deepspeech language model
Sir I have my own trained model. but it is working for that particular trained audios only. how to combine deepspeech pretrained language model, else other common voice model. sir help me. i am very low knowledge about this topic. thank you sir.
This model does not include/train a language model. There is a naive approach to use a pretrained language model in evaluation notebook and you can get idea in best_lm_alternative. I didn't get whether your model is based on Baidu's DeepSpeech or mine. If you strongly want to use a language model, you should take a look to Mozilla's DeepSpeech.