Hi,
I want to use the pre trained deepspeech 0.7.0 model as is. To use it for my use case, I saw that making an external scorer helps.
There are many hyperparameters that impact the scorer like “lm alpha”, “lm beta” along with a bunch of other parameters like: “beam width”
How will changing these parameters affect the transcription output?
Also is the scorer required to train the acoustic model??
Thanks!