-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Vocabulary Log Probabilities API #2897
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
Open
Dokotela
wants to merge
60
commits into
k2-fsa:master
Choose a base branch
from
Dokotela:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
4e0bdb6
Added probabilities to OnlineRecognizerResult
Dokotela 1e5111e
maybe if I spell it right and in the right place
Dokotela b188759
flutter updates
Dokotela 77dde1f
core probability files
Dokotela 2e8033b
whisper probabilities
Dokotela 2dc62a4
canary confidence scores
Dokotela 0ad50a9
moonshine confidence scores
Dokotela fd13598
Merge branch 'master' of https://github.com/Dokotela/sherpa-onnx
Dokotela 49f1919
streaming nemo confidences
Dokotela 634cfd8
Merge branch 'master' of https://github.com/k2-fsa/sherpa-onnx
Dokotela cabd408
Removed debug statements
Dokotela 06c97ae
Matching original formatting
Dokotela 14ffa69
Renamed probability variable, removed word-level probability
Dokotela 2620453
token_probs -> token_log_probs
Dokotela ae4b752
Adding full vocab log probs
Dokotela 2a674d8
Merge branch 'k2-fsa:master' into master
Dokotela a4ac5f8
Merge branch 'master' of https://github.com/Dokotela/sherpa-onnx
Dokotela abe6179
Streaming does seem to have probabilities now
Dokotela 44a8571
don't remember if I needed this
Dokotela 1a85fd4
Merge upstream/master: Sync with k2-fsa/sherpa-onnx while preserving …
Dokotela 51c97d1
Making as few adjustments as I can
Dokotela fbc1f66
Straightforward fixes to Gemini Code's PR Comments
Dokotela ce7f975
Should be cleaned now
Dokotela ff6bd92
Add guard for invalid temperature_scale in NeMo decoder
Dokotela d4e3e9c
Fix vocab_log_probs alignment: use idx directly instead of separate c…
Dokotela f895643
Two more fixes
Dokotela c789d10
Optimize decoders and fix alignment per CodeRabbit review
Dokotela e10e710
Added imports, cleanup unused includes, clarified comments, moved vec…
Dokotela 7d52885
Fix NeMo decoder: copy logits before modifying (issue on MacOS)
Dokotela 70e305c
Added a comment clarifying that vocab_log_probs includes the blank pe…
Dokotela 7aabaf9
Code rabbit is picky
Dokotela bc29883
unclear if this will work or not
Dokotela cb3434b
reverting back to the correct url
Dokotela c6ad516
trigger ci
Dokotela 2cdb186
Merge branch 'master' into master
Dokotela 53fef2f
Merge branch 'master' into master
Dokotela 9233160
Fix CodeRabbit review issues: JSON serialization, type conversion, an…
Dokotela e818e25
Merge branch 'master' of https://github.com/Dokotela/sherpa-onnx
Dokotela 83ba9ff
Apply CodeRabbit nitpick suggestions for consistency
Dokotela 80b6f80
Fix struct redefinition error in offline-whisper-model-config.h
Dokotela 67970fb
Add MedASR CTC model support to Flutter bindings
Dokotela 2316c5a
Fix medasr-ctc example to use local sherpa_onnx package
Dokotela f30966f
Revert medasr example to use published sherpa_onnx package
Dokotela f034396
Merge upstream/master (v1.12.21)
Dokotela 6f35262
Fix TODO comment to reference Vocabulary Log Probabilities API
Dokotela ce02979
Merge upstream/master: sync with latest changes (v1.12.23)
Dokotela b0d37fe
Fix merge conflicts in offline_recognizer.dart
Dokotela 724ee36
Merge upstream/master: sync with k2-fsa/sherpa-onnx v1.12.29
Dokotela 06c2c17
Add per-token log probabilities to CTC greedy search decoder
Dokotela 496f0c4
Fix native memory leak and DRY up JSON parsing in OfflineRecognizer
Dokotela 882a858
Remove formatting noise from diff to keep PR reviewable
Dokotela c86bab9
Fix bugs in vocab_log_probs propagation and numerical precision
Dokotela 402379b
Revert unrelated merge artifacts to sync with upstream
Dokotela 3052e77
Remove formatting-only changes to keep PR diff clean
Dokotela 22ead23
Fix three bugs in vocab_log_probs feature
Dokotela 2bcdf7a
Fix minor issues in vocab_log_probs and bindings
Dokotela caf7d0e
Fix remaining merge artifacts missed in initial cleanup
Dokotela 98e0a3e
Remove stray blank line in canary RunEncoder
Dokotela 0466c61
Merge remote-tracking branch 'upstream/master'
Dokotela 95c902b
Use fromJson in online getResult for consistency and null safety
Dokotela 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.