We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
.tflite
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: