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

feat: Enable optional dynamic prompting for the FasterWhisperPipeline #913

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jameshu88
Copy link

In this update to the asr.py file within the WhisperX repository, I've implemented an optional dynamic prompting feature for the FasterWhisperPipeline. This enhancement allows users to customize the prompts used during transcription dynamically, tailoring the input to better match specific contexts or tasks. By allowing dynamic prompts, users can provide context-specific cues that may lead to higher transcription accuracy, especially in specialized domains. This feature simplifies the process of refining transcription outputs without the need for extensive modifications to the underlying model or configuration, thus streamlining user workflows.

I believe this improvement aligns with the goal of making WhisperX more adaptable and user-friendly, catering to various transcription scenarios and enhancing the overall performance of the FasterWhisperPipeline!

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

Successfully merging this pull request may close these issues.

1 participant