Relative Content

Tag Archive for pythonhuggingface-transformersopenai-whisper

Finetune TFWhisperForConditionalGeneration

Hi everyone, I’m currently searching for a way to fine-tune the Hugging Face TFWhisperForConditionalGeneration model (https://huggingface.co/docs/transformers/en/model_doc/whisper) to get a model in .h5 TensorFlow format. I need this format since I want to convert the fine-tuned model into TensorFlow Lite (TFLite) for edge device deployment (https://www.tensorflow.org/lite). I have already done some research and only found fine-tuning […]