-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Implement Duplex Speech-to-text model and rebase #15092
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ankita Pasad <[email protected]>
… possibly inflated results Signed-off-by: Ankita Pasad <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: Ankita Pasad <[email protected]>
…-sysprompt support training and inference for data with system prompt
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
…e unnecessary code Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu <[email protected]>
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.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
zhehuaichen
left a comment
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.
Thanks for getting this started!
|
|
||
|
|
||
| @data_type_parser(["s2s_duplex_overlap_as_s2s_duplex"]) | ||
| def read_s2s_duplex_overlap_as_s2s_duplex(config) -> tuple[CutSet, bool]: |
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.
@pzelasko do you think it is ok to continue growing the size of this file or should we create a separate file for s2s specifics
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.
let's grow it and refactor it to smaller files later
… add recent fixes Signed-off-by: kevinhu <[email protected]>
|
Resolved comments, and finished another pass of the code to brush up the code by: 1) removing debug code, and 2) add necessary updates since last rebased (e.g. speech cutoff fix). Some areas to discuss before I make changes:
PTAL @zhehuaichen |
Signed-off-by: kevinhu <[email protected]>
Signed-off-by: kevinhu-nv <[email protected]>
Signed-off-by: kevinhu-nv <[email protected]>
What does this PR do ?
Merge duplex STT changes to NeMo main.
Collection: speechlm2
Changelog
Pre checks:
PR Type:
If you haven't finished some of the above items you can still open "Draft" PR.
Who can review?
Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.
Additional Information