-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Whisper Timestamps and Temperature #19509
Merged
kunal-vaishnavi
merged 22 commits into
microsoft:main
from
kunal-vaishnavi:kvaishnavi/whisper-temperature
Feb 16, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7400dcf
Add temperature to model and clean up scripts
kunal-vaishnavi 10cf102
Add task token ids to WhisperBeamSearch
kunal-vaishnavi 9fbca34
Fix parity check
kunal-vaishnavi ffd190a
Merge branch 'main' into kvaishnavi/whisper-temperature
kunal-vaishnavi 2722582
Add packages to requirements file
kunal-vaishnavi f44e427
Fix token ids in timestamps processor
kunal-vaishnavi 6c99173
Convert other token ids to attrs
kunal-vaishnavi 3df0429
Fix timestamps test case bugs
kunal-vaishnavi 29ced94
Cleaning up comments
kunal-vaishnavi e723bb0
Add changes suggested by linter
kunal-vaishnavi 298fc3c
Merge branch 'main' into kvaishnavi/whisper-temperature
kunal-vaishnavi 781cab7
Fix CodeQL warnings
kunal-vaishnavi 6df8430
Add copyright to Whisper scripts
kunal-vaishnavi 75a575b
Add updated contrib ops doc
kunal-vaishnavi c009bbc
Make token id attributes optional
kunal-vaishnavi 3c63a51
Add updated contrib ops doc
kunal-vaishnavi b89c13c
Address PR feedback
kunal-vaishnavi 5578745
Add updated docs and fix linter warnings
kunal-vaishnavi 9f9d883
Remove noqa to pass CI lintrunner and ignore local lintrunner failure
kunal-vaishnavi 8bcb559
Update README and fix export
kunal-vaishnavi af38716
Add another expected transcription
kunal-vaishnavi a79814d
Merge branch 'main' into kvaishnavi/whisper-temperature
kunal-vaishnavi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To support old model, need add some fallback logic when the attribute is not available.