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

Integrating Pruned Fast RNNT with Transducer + new recipe for mTEDx dataset #1465

Open
wants to merge 36 commits into
base: develop
Choose a base branch
from

Commits on Jun 22, 2022

  1. added script to prepare mTEDx dataset

    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    608e1de View commit details
    Browse the repository at this point in the history
  2. added an asr transducer training file for mTEDx recipe

    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    26dddf5 View commit details
    Browse the repository at this point in the history
  3. added jointer network to be used with the pruned loss of Fast RNNT

    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1a6fbbe View commit details
    Browse the repository at this point in the history
  4. added pruned-loss to the losses script

    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e9e6241 View commit details
    Browse the repository at this point in the history
  5. created simple beam searcher for the pruned loss; just the same as Tr…

    …ansducerBeamSearcher with one overridden function
    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    af2c3b3 View commit details
    Browse the repository at this point in the history
  6. added a recipe for creating a tokenizer on mTEDx dataset

    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9e6e1ee View commit details
    Browse the repository at this point in the history
  7. added a recipe for creating an RNN language model on mTEDx-French dat…

    …aset
    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a2073fa View commit details
    Browse the repository at this point in the history
  8. added a recipe for creating an RNN language model on mTEDx-French dat…

    …aset
    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    22ec024 View commit details
    Browse the repository at this point in the history
  9. added yaml file for training ASR transducer on mTEDx

    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b74a424 View commit details
    Browse the repository at this point in the history
  10. added yaml file for training ASR transducer on mTEDx

    mohamed-anwar-intern committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    61ccae8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    0ca6e7a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    78c9008 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    f9b9e03 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    900c261 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    4e38371 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    2d60e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde66d5 View commit details
    Browse the repository at this point in the history
  3. added CTC recipes

    Anwarvic committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    112b688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5cbe1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2974d3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb37ab2 View commit details
    Browse the repository at this point in the history
  7. fixed pre-commit erorrs

    Anwarvic committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    cddef0a View commit details
    Browse the repository at this point in the history
  8. fixed pre-commit erorrs

    Anwarvic committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    6b2e8f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ea78d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3960a4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f76f0a1 View commit details
    Browse the repository at this point in the history
  12. updated transducer configs in the other dataset recipes to match the …

    …new signature for transducer_loss() function
    Anwarvic committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    9f36769 View commit details
    Browse the repository at this point in the history
  13. updated transducer configs in the other dataset recipes to match the …

    …new signature for transducer_loss() function
    Anwarvic committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    405bcee View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    82d450b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf6988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71c2d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    9fd2564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd41227 View commit details
    Browse the repository at this point in the history
  3. minor changes in README file

    Anwarvic committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    209a60a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f22f144 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2aedf5 View commit details
    Browse the repository at this point in the history