Skip to content
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 model from fine-tuned whisper model #42

Open
samuelashraff opened this issue Oct 14, 2024 · 0 comments
Open

Generate tflite model from fine-tuned whisper model #42

samuelashraff opened this issue Oct 14, 2024 · 0 comments

Comments

@samuelashraff
Copy link

Hi,

Not sure if this is the right place to put this question...

I'm new to Tensorflow and wanted to inquire whether it is possible to convert a fine-tuned Whisper model into .tflite format?

Looking at this Jupyter notebook you guys published, could I just swap the following line:

ds = load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation")

with the dataset name pointing to my fine-tuned Whisper model in Hugging face, e.g.:

ds = load_dataset("<my_hugging_face_fine_tuned_model>, "clean", split="validation")

or are there other steps I need to take as well?

I haven't done the fine-tuning yet, but was wondering if it would be compatible with Tensorflow before I start.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant