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

Documentation for WFST decoding #161

Merged
merged 26 commits into from
Jun 27, 2023

Conversation

anand-nv
Copy link
Contributor

Documentation for Class LM based WFST decoding and Deployment of WFST decoder

anand-nv added 2 commits June 14, 2023 10:29
Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
@rmittal-github
Copy link
Collaborator

@anand-nv please move this to release/2.12.0 branch.

* added a tutorial on noisy data preparation

* added a tutorial on noisy data preparation

* added a tutorial on noisy data preparation

* added a tutorial on noisy data preparation

* Changed the noise sample dataset used in the tutorial

* Added comment sections to the tutorial

* Added a top level heading

* corrected a spelling error

* corrected a spelling error

---------

Co-authored-by: ygebremedhin <ygebremedhin@nvidia.com>
@anand-nv anand-nv changed the base branch from main to release/2.12.0 June 22, 2023 05:19
@anand-nv
Copy link
Contributor Author

@anand-nv please move this to release/2.12.0 branch.

Done

@rmittal-github
Copy link
Collaborator

please review @LynseyFabel, this is needed in the release.
@anand-nv there should be a link to these tutorials in the Riva docs on the left pane under Tutorials -> Speech Recognition section, right?

Copy link
Contributor

@LynseyFabel LynseyFabel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left quite a few editorial comments. I've approved assuming they will be implemented. Thank you.

asr-deploy-conformer-wfst.ipynb Outdated Show resolved Hide resolved
asr-deploy-conformer-wfst.ipynb Outdated Show resolved Hide resolved
asr-deploy-conformer-wfst.ipynb Outdated Show resolved Hide resolved
asr-deploy-conformer-wfst.ipynb Outdated Show resolved Hide resolved
asr-deploy-conformer-wfst.ipynb Outdated Show resolved Hide resolved
wfst_class_lm.md Outdated Show resolved Hide resolved
wfst_class_lm.md Outdated Show resolved Hide resolved
wfst_class_lm.md Outdated Show resolved Hide resolved
wfst_class_lm.md Outdated Show resolved Hide resolved
wfst_class_lm.md Outdated Show resolved Hide resolved
Copy link
Contributor

@LynseyFabel LynseyFabel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left quite a few editorial comments. I've approved assuming they will be implemented. Thank you.

anand-nv and others added 16 commits June 27, 2023 20:41
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
Fix absolute link
@anand-nv
Copy link
Contributor Author

please review @LynseyFabel, this is needed in the release. @anand-nv there should be a link to these tutorials in the Riva docs on the left pane under Tutorials -> Speech Recognition section, right?

Yes. Added the links

@anand-nv anand-nv closed this Jun 27, 2023
@anand-nv anand-nv reopened this Jun 27, 2023
anand-nv and others added 6 commits June 28, 2023 00:16
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Add review suggestions by @LynselFabel

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
@anand-nv
Copy link
Contributor Author

I've left quite a few editorial comments. I've approved assuming they will be implemented. Thank you.

Thanks. They've been implemented.

@anand-nv anand-nv merged commit 7a2658b into nvidia-riva:release/2.12.0 Jun 27, 2023
rmittal-github added a commit that referenced this pull request Jul 11, 2023
* Documentation for WFST decoding (#161)

* Add documentation on wfst decoding in Riva

Signed-off-by: Anand Joseph <anajoseph@nvidia.com>

* Update with riva build instructions

Signed-off-by: Anand Joseph <anajoseph@nvidia.com>

* A tutorial on how to create a noisy dataset offline (#158)

* added a tutorial on noisy data preparation

* added a tutorial on noisy data preparation

* added a tutorial on noisy data preparation

* added a tutorial on noisy data preparation

* Changed the noise sample dataset used in the tutorial

* Added comment sections to the tutorial

* Added a top level heading

* corrected a spelling error

* corrected a spelling error

---------

Co-authored-by: ygebremedhin <ygebremedhin@nvidia.com>

* Update wfst_class_lm.md

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update wfst_class_lm.md

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update wfst_class_lm.md

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update asr-deploy-conformer-wfst.ipynb

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update asr-deploy-conformer-wfst.ipynb

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update asr-deploy-conformer-wfst.ipynb

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update asr-deploy-conformer-wfst.ipynb

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update wfst_class_lm.md

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update wfst_class_lm.md

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Fix url

Signed-off-by: Anand Joseph <anajoseph@nvidia.com>

* Relative link

Fix absolute link

* Change links to relative

* Add links to WFST tutorials

* Update README.md

* Fix typo in README.md

* Update README.md

* Update asr-deploy-conformer-wfst.ipynb

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update asr-deploy-conformer-wfst.ipynb

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Code review of asr-noise-augmentation-offline.ipynb

Add review suggestions by @LynselFabel

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* Update wfst_class_lm.md

* Update asr-noise-augmentation-offline.ipynb

Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

---------

Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
Co-authored-by: yitagessu <61555053+yitagessu@users.noreply.github.com>
Co-authored-by: ygebremedhin <ygebremedhin@nvidia.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>

* WFST based customization: ARPA doesn't require vocab list (#162)

WFST based customization: ARPA doesn't require vocab list

---------

Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
Co-authored-by: anand-nv <105917641+anand-nv@users.noreply.github.com>
Co-authored-by: yitagessu <61555053+yitagessu@users.noreply.github.com>
Co-authored-by: ygebremedhin <ygebremedhin@nvidia.com>
Co-authored-by: LynseyFabel <46456803+LynseyFabel@users.noreply.github.com>
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.

4 participants