-
Notifications
You must be signed in to change notification settings - Fork 36
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
Share information #10
Comments
Thanks for your interest. I merged ff1e2fc that has a script to convert the whisper model weights to an npz file. @RoboMagus please verify and close the issue. |
Thanks for the script. It works without problem. Though I've noticed a couple of issues.
The repo readme shows that the base model has been covered though, so the fact that RKNN throws errors on me is a bit unexpected. Is there something else required to get that model running? |
But when I continued to run the base model, the following error occurred. |
Multilingual model needs some work, as |
I changed to using base.en and it runs very well now. Thank you for your help. |
Im tinkering with the The ulimit trick helped bypass the too many files error, but the behavior is still a bit wonky. It doesn't crash or throw errors, but it only seems to translate the first word and just return that response, or get caught in an interesting state where it behaves like a broken record just repeating a single word / token (just random nonsence) over and over again: |
This is exactly what I was looking for / working on for the last couple of months. So great to see a whisper port coming to the Rk3588 NPU!
However, I was wondering where to find information on how the model is adapted? Perhaps you could share information on how to modify the whisper models ourselves (e.g. How the npz weight files are produced) and experiment with the process.
I'm looking forward to having a multi lingual model setup on my device and expand upon the integration with other services.
Thanks for the good work so far!
The text was updated successfully, but these errors were encountered: