In case someone wondered what does the title have to do with logic, it’s just probably a (common) malapropism. premise (noun) a previous statement or proposition from which another is inferred or follows as a conclusion. premises (noun) a house or building, together with its land and outbuildings, occupied by a business or considered in an official context.
Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
11–20 of 73 posts
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#12[1] https://ai.facebook.com/blog/wav2vec-20-learning-the-structu...
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#13Is the transcription of Macron's speech completely off or am I not understanding what the two shown texts represent?
Seems off indeed. Plus, the readme says French is not supported yet. Not the best demo IMO.
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#14Cool project, seems like your model have similar WER as mine (4th reference in readme). Do you plan to do any pre-training on the encoder part in the future? Maybe something like this[1] [1] https://ai.facebook.com/blog/wav2vec-20-learning-the-structu...
[0] https://github.com/theblackcat102/Online-Speech-Recognition
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#15In case someone wondered what does the title have to do with logic, it’s just probably a (common) malapropism. premise (noun) a previous statement or proposition from which another is inferred or follows as a conclusion. premises (noun) a house or building, together with its land and outbuildings, occupied by a business or considered in an official context.
You didn't have any issue understanding the original title.
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#16What datasets are used to train the models?
LibriSpeech, Tatoeba, Common Voice and scraped YouTube videos.
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#17Wondering if you might have a better reco of the French President if you have a model per dialect of English?
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#18Having worked on ViaVoice OSX back in the day, we had to have models for different varieties of English. The US model couldn’t understand my northern English (think GoT) accent. It’s why the product came out with a UK localisation. Wondering if you might have a better reco of the French President if you have a model per dialect of English?
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#19Having worked on ViaVoice OSX back in the day, we had to have models for different varieties of English. The US model couldn’t understand my northern English (think GoT) accent. It’s why the product came out with a UK localisation. Wondering if you might have a better reco of the French President if you have a model per dialect of English?
Yes, probably. The data I trained on mostly reflects UK and US accents.
As a FYI, I was told “the money” was in specific “dictionaries” for medical professionals and so forth. Apparently, doctors liked to dictate straight into text. Might be worth trying that $$$€€€£££?
Re: Show HN: LibreASR – An On-Premises, Streaming Speech Recognition System
#20Earlier quoted context omitted.
LibriSpeech, Tatoeba, Common Voice and scraped YouTube videos.
Do you get good results when adding scraped youtube audio? My model performance on LibriSpeech dev drops a bit when adding youtube audio to the training dataset ( my guess is likely due to poor alignment from auto generated captions ).