-
Notifications
You must be signed in to change notification settings - Fork 34
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
generate_tflite_from_whisper.ipynb does no longer generate valid whisper-tiny.en.tflite model #34
Comments
Hi, have you resolved this issue? I've changed And the output is like below And generated_ids is like below |
In my case, |
Can you make the changes to notebook and change the PR ? |
Hi @nyadla-sys , And, I just changed the version python & tensorflow in my system. |
https://github.com/nyadla-sys/whisper.tflite/blob/main/models/generate_tflite_from_whisper.ipynb
TFLite model is created without errors, but on the last cell where tflite is validated signature runner throws an error:
I've tried to reduce max_new_tokens to 223 and that fixes the error, but the resulting model is recognizing garbage now:
The text was updated successfully, but these errors were encountered: