NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 369 forks source link

How to add domain specific keyword #367

Closed AIGyan closed 5 years ago

AIGyan commented 5 years ago

Hello NVIDIA team, Thank you for the fantastic work. I used the model and found the model lags in transcription of the domain specific key word and local slang. Can you please provide me some guidance to improve the transcription accuracy.

Thanks once again for the help.

borisgin commented 5 years ago

You need to retune the model if the domain is different from the used dataset

AIGyan commented 5 years ago

Thanks. Is the training need audio + Transcript ? or Only Audio ?

borisgin commented 5 years ago

For training you need both audio and transcript. If the target dictionary is small, please check the models in "Speech commands" section