STT Versions Save

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.

v1.3.0-alpha.3

2 years ago

v1.3.0-alpha.2

2 years ago

v1.3.0-alpha.1

2 years ago

v1.3.0-alpha.0

2 years ago

v1.2.0

2 years ago

General

This is the 1.2.0 release for Coqui STT, the deep learning toolkit for speech-to-text. In accordance with semantic versioning, this version is backwards compatible with previous 1.x versions. The compatibility guarantees of our semantic versioning cover the deployment APIs: the C API and all the official language bindings: Python, Node.JS/ElectronJS and Java/Android. You can get started today with Coqui STT 1.2.0 by following the steps in our documentation.

Compatible pre-trained models are available in the Coqui Model Zoo.

We also include example audio files:

audio-1.2.0.tar.gz

which can be used to test the engine, and checkpoint files for the English model (which are identical to the 1.0.0 checkpoint and provided here for convenience purposes):

coqui-stt-1.2.0-checkpoint.tar.gz

which are under the Apache 2.0 license and can be used as the basis for further fine-tuning. Finally this release also includes a source code tarball:

v1.2.0.tar.gz

Under the MPL-2.0 license. Note that this tarball is for archival purposes only since GitHub does not include submodules in the automatic tarballs. For usage and development with the source code, clone the repository using Git, following our documentation.

Notable changes

  • Added Python 3.10 support
  • Added new inference APIs which process any pending data before returning transcription results
  • Added an importer for using data from Common Voice's new personal data downloader, and a Jupyter notebook which creates a custom STT model using your data
  • Improved and extend evaluate_tflite script (now evaluate_export module) with Opus support
  • Added support for Ogg/Vorbis encoded audio files as training inputs
  • Added an importer for the Att-HACK dataset
  • Model dimensions are now loaded automatically from a checkpoint if present
  • Checkpoint loader will now handle CuDNN checkpoints transparently, without an explicit flag
  • When starting a training run, a batch size check will be performed automatically to help diagnose memory issues early
  • Added support for using WebDataset for training datasets
  • Updated to TensorFlow Lite 2.8, including new XNNPACK optimizations for quantized models

Documentation

Documentation is available on stt.readthedocs.io.

Contact/Getting Help

  1. GitHub Discussions - best place to ask questions, get support, and discuss anything related to 🐸STT with other users.
  2. Gitter - You can also join our Gitter chat.
  3. Issues - If you have discussed a problem and identified a bug in 🐸STT, or if you have a feature request, please open an issue in our repo. Please make sure you search for an already existing issue beforehand!

Contributors to 1.2.0 release

  • Alexandre Lissy
  • Aya AlJafari
  • Danny Waser
  • Jeremiah Rose
  • Jonathan Washington
  • Josh Meyer
  • Reuben Morais
  • Vincent Fretin

We’d also like to thank all the members of our Gitter chat room who have been helping to shape this release!

v1.1.0

2 years ago

General

This is the 1.1.0 release for Coqui STT, the deep learning toolkit for speech-to-text. In accordance with semantic versioning, this version is not completely backwards compatible with previous versions. The compatibility guarantees of our semantic versioning cover the deployment APIs: the C API and all the official language bindings: Python, Node.JS/ElectronJS and Java/Android. You can get started today with Coqui STT 1.1.0 by following the steps in our documentation.

Compatible pre-trained models are available in the Coqui Model Zoo.

We also include example audio files:

audio-1.1.0.tar.gz

which can be used to test the engine, and checkpoint files for the English model (which are identical to the 1.0.0 checkpoint and provided here for convenience purposes):

coqui-stt-1.1.0-checkpoint.tar.gz

which are under the Apache 2.0 license and can be used as the basis for further fine-tuning. Finally this release also includes a source code tarball:

v1.1.0.tar.gz

Under the MPL-2.0 license. Note that this tarball is for archival purposes only since GitHub does not include submodules in the automatic tarballs. For usage and development with the source code, clone the repository using Git, following our documentation.

Notable changes

  • Package missing dependencies with Android AAR packages
  • Fix evaluate_tflite.py script to use new Coqpit-based config handling
  • Use export beam width by default in evaluation reports
  • Integrate lexicon-constrained and lexicon-free Flashlight decoders for CTC and ASG acoustic models in decoder package
  • Update supported NodeJS versions to current supported releases: 12, 14, and 16
  • Update supported ElectronJS versions to current supported releases: 12, 13, 14 and 15
  • Improved and packaged VAD transcription module in the training package (coqui_stt_training.transcribe)

Documentation

Documentation is available on stt.readthedocs.io.

Contact/Getting Help

  1. GitHub Discussions - best place to ask questions, get support, and discuss anything related to 🐸STT with other users.
  2. Gitter - You can also join our Gitter chat.
  3. Issues - If you have discussed a problem and identified a bug in 🐸STT, or if you have a feature request, please open an issue in our repo. Please make sure you search for an already existing issue beforehand!

Contributors to 1.1.0 release

  • Alexandre Lissy
  • Josh Meyer
  • Julian Darley
  • Leon Kiefer
  • Reuben Morais
  • Vojtěch Drábek

We’d also like to thank all the members of our Gitter chat room who have been helping to shape this release!

v1.1.0-alpha.1

2 years ago

v1.1.0-alpha.0

2 years ago

v1.0.0

2 years ago

General

This is the 1.0.0 release for Coqui STT, the deep learning toolkit for speech-to-text. In accordance with semantic versioning, this version is not completely backwards compatible with previous versions. The compatibility guarantees of our semantic versioning cover the inference APIs: the C API and all the official language bindings: Python, Node.JS/ElectronJS and Android. You can get started today with Coqui STT 1.0.0 by following the steps in our documentation.

This release includes pre-trained English models, available in the Coqui Model Zoo:

all under the Apache 2.0 license.

The acoustic models were trained on American English data with synthetic noise augmentation. The model achieves a 4.5% word error rate on the LibriSpeech clean test corpus and 13.6% word error rate on the LibriSpeech other test corpus with the largest release language model.

Note that the model currently performs best in low-noise environments with clear recordings. This does not mean the model cannot be used outside of these conditions, but that accuracy may be lower. Some users may need to further fine tune the model to meet their intended use-case.

We also include example audio files:

audio-1.0.0.tar.gz

which can be used to test the engine, and checkpoint files for the English model:

coqui-stt-1.0.0-checkpoint.tar.gz

which are under the Apache 2.0 license and can be used as the basis for further fine-tuning. Finally this release also includes a source code tarball:

v1.0.0.tar.gz

Under the MPL-2.0 license. Note that this tarball is for archival purposes only since GitHub does not include submodules in the automatic tarballs. For usage and development with the source code, clone the repository using Git, following our documentation.

Notable changes

  • Removed support for protocol buffer input in native client and consolidated all packages under a single "STT" name accepting TFLite inputs
  • Added programmatic interface to training code and example Jupyter Notebooks, including how to train with Common Voice data
  • Added transparent handling of mixed sample rates and stereo audio in training inputs
  • Moved CI setup to GitHub Actions, making code contributions easier to test
  • Added configuration management via Coqpit, providing a more flexible config interface that's compatible with Coqui TTS
  • Handle Opus audio files transparently in training inputs
  • Added support for automatic dataset subset splitting
  • Added support for automatic alphabet generation and loading
  • Started publishing the training code CI for a faster notebook setup
  • Refactor training code into self-contained modules and deprecate train.py as universal entry point for training

Training Regimen + Hyperparameters for fine-tuning

The hyperparameters used to train the model are useful for fine tuning. Thus, we document them here along with the training regimen, hardware used (a server with 8 NVIDIA A100 GPUs each with 40GB of VRAM), along with the full training hyperparameters. The full training configuration in JSON format is available here.

The datasets used were:

  • Common Voice 7.0 (with custom train/dev/test splits)
  • Multilingual LibriSpeech (English, Opus)
  • LibriSpeech

The optimal lm_alpha and lm_beta values with respect to the Common Voice 7.0 (custom Coqui splits) and a large vocabulary language model:

  • lm_alpha: 0.5891777425167632
  • lm_beta: 0.6619145283338659

Documentation

Documentation is available on stt.readthedocs.io.

Contact/Getting Help

  1. GitHub Discussions - best place to ask questions, get support, and discuss anything related to 🐸STT with other users.
  2. Gitter - You can also join our Gitter chat.
  3. Issues - If you have discussed a problem and identified a bug in 🐸STT, or if you have a feature request, please open an issue in our repo. Please make sure you search for an already existing issue beforehand!

Contributors to 1.0.0 release

  • Alexandre Lissy
  • Anon-Artist
  • Anton Yaroshenko
  • Catalin Voss
  • dag7dev
  • Dustin Zubke
  • Eren Gölge
  • Erik Ziegler
  • Francis Tyers
  • Ideefixze
  • Ilnar Salimzianov
  • imrahul3610
  • Jeremiah Rose
  • Josh Meyer
  • Kathy Reid
  • Kelly Davis
  • Kenneth Heafield
  • NanoNabla
  • Neil Stoker
  • Reuben Morais
  • zaptrem

We’d also like to thank all the members of our Gitter chat room who have been helping to shape this release!

v0.10.0-alpha.29

2 years ago

Test automatic release notes.