Skip to content

Howto perform an ASR Neural Rescoring for Italian #2572

Answered by VahidooX
ftamburin asked this question in Q&A
Discussion options

You must be logged in to vote

We do not support using HF pretrained models as neural rescorer currently but I think it should not be that hard to write such a script to load the HF model and rescore sentences. Just keep in mind that if you are referring to BERT-like models in HF, you can use them as neural rescorer for ASR models generally but they are not efficient computationally to be used as neural rescorers. It is better to use GPT style LM like regular Transformer LM. I have explained a little more here why:
#2313

The other thing is that those pretrianed models are trained on different types/domains of data while ASR models are generally trained on lower case with no punctuation text. So it is likely that a mode…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ftamburin
Comment options

@muntasir2000
Comment options

@titu1994
Comment options

@Dreahim
Comment options

Answer selected by titu1994
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants