-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recording best practice to get best result ? #50
Comments
for example I have worked with people from https://shtooka.net to make recording of words so could I use them (as i can get the IPA of these recordings quite easily) to create a french model ? |
Sorry i had not read the part about fine tuning , i will try to use the instruction to create a model for french |
hi, thanks for your question! There is another model called interspeech21 which I have not included in the main branch. Another thing you might do is the fine-tuning as you mentioned. It will significantly boost your results when even some small datasets. |
ok thanks , so you would advice to use your branch + create a fine tune model ? I continued thinking about it today and I was wondering something about my above use case : If I create a model trained with french words only pronounced by native speakers , wouldn't that create a bias ? i.e if one of my Chinese friends wants to correct their accent, allosaurus using that model will not recognize some mandarin-specific phone and will try hard instead to match it to the closest french phone (which is not good in my case because I want to point out their pronunciation is bad ) ? Instead shouldn't I train a mode with both mandarin+french , so that if they pronounce a french words with a strong chinese accent I will be able to correctly transcribe it ? |
Yeah, I think you can try using the new branch first and see whether it will work for not. If you fine-tune the model using native speakers, it might work very well for mandarin-speakers as you point out. Training with both languages might be one option. |
I tried your branch but I'm running into the following issues
allospeech is not to be found
|
I see. allospeech is my private library I used to develop models. |
ok no problem :) it's already very nice of you to both opensource the library and to take time to answer my questions |
yeah, thanks! |
Hello
first thanks a lot to make your work so easily available
I'm trying to make a software to help my friends improve their French pronunciation by doing the following things :
I've started to first play with allosaurus to chekc if it can correctly transcribe me (a french native) pronouncing some simple words, but it seems to have some trouble doing so (the result is quite approximate) I've added
-l fra
which seems to improve slightly the accuracy but not by muchIs there some best practice regarding recording to give best results ? Is there some other way I have to improve the accuracy for french ? (I'm a software engineer with good knowledge in python but not that much in machine learning )
thanks a lot for the pointers you can give me
The text was updated successfully, but these errors were encountered: