Giter Club home page Giter Club logo

open_stt_e2e's Introduction

PyTorch E2E ASR for open_stt dataset

Minimal set of scripts for training language and acoustic models for the speech recognition task. Training pipeline includes the following stages:

  1. Character-based RNN language model

  2. CNN-RNN acoustic model with CTC loss

  3. Character-based RNN language model and CNN-RNN acoustic model with RNN-T loss

  4. Fine-tuning with Reinforcement Learning and RNN-T loss

Results

The following table shows the results for Russian Open Speech To Text (STT/ASR) Dataset.

Stage Model Loss Updates CER WER
1 LM CE 1038000
2 AM CTC 156000 21.3 59.0
3 LM+AM RNN-T 78000 24.4 49.7
4 LM+AM RL 450 21.8 48.2

Requirements

Preprocessing

Acoustic models based on the log mel filterbanks with 40 filters of size 25ms, strided by 10ms.

  • features.py - extract features of utterances listed in manifest file

Language model is character-based and not case sensitive.

  • utterances.py - extract transcriptions of precomputed utterances

Google Colaboratory

The pre-processed dataset uploaded to Google Cloud Storage:

Kaggle Kernels

There are outdated kernels with small training subsets:

open_stt_e2e's People

Contributors

1ytic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.