Hi,
I would like to fine tune the language model to decode my domain specific vocab.
I referred to the Readme at https://github.com/mozilla/DeepSpeech/blob/master/data/lm/README.md
I have domain specific text of about 1 Lakh sentences which is much smaller compared to the Common Voice Text and the Libri Texts. This would not modify the langauge model much.
I want my ASR model to be able to decode generic english as well as my domain specific vocab.
Is there any way I can use different weights to the generic english texts and to my domain specific texts while training the language model.
Thanks.