Challenges with .train() function in faster-whisper for Fine-tuning WhisperModel #780
SDeyGitHubber
started this conversation in
General
Replies: 1 comment 1 reply
-
I believe. that is not how it works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion aims to explore the challenges encountered while using the faster-whisper library for fine-tuning a Whisper model, specifically focusing on the apparent absence of a .train() function within the WhisperModel class.
2.a.) Missing .train() function:
The WhisperModel class seemingly lacks a built-in .train() function, which is typically used to switch the model to training mode.
This makes it difficult to fine-tune the model on a custom dataset.
2.b) Limited Documentation:
The faster-whisper documentation might not explicitly address the process of fine-tuning or the training mode within WhisperModel.
Beta Was this translation helpful? Give feedback.
All reactions