speechbrain / asr-branchformer-large-tedlium2

huggingface.co
Total runs: 13
24-hour runs: 3
7-day runs: 7
30-day runs: -13
Model's Last Updated: February 19 2024
automatic-speech-recognition

Introduction of asr-branchformer-large-tedlium2

Model Details of asr-branchformer-large-tedlium2



Branchformer for Tedlium2

This repository provides all the necessary tools to perform automatic speech recognition from an end-to-end system pretrained on Tedlium2 (EN) within SpeechBrain. For a better experience, we encourage you to learn more about SpeechBrain . The performance of the model is the following:

Release Test WER (no LM) GPUs
21-06-23 8.11 1xA100 80GB
Pipeline description

This ASR system is composed of 3 different but linked blocks:

  • Tokenizer (unigram) that transforms words into subword units and trained with the train transcriptions of LibriSpeech.
  • Acoustic model made of a branchformer encoder and a joint decoder with CTC + transformer. Hence, the decoding also incorporates the CTC probabilities.

The system is trained with recordings sampled at 16kHz (single channel). The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling transcribe_file if needed.

Install SpeechBrain

First of all, please install SpeechBrain with the following command:

pip install speechbrain

Please notice that we encourage you to read our tutorials and learn more about SpeechBrain .

Transcribing your own audio files (in English)
from speechbrain.inference.ASR import EncoderDecoderASR

asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-branchformer-large-tedlium2")
asr_model.transcribe_file("speechbrain/asr-branchformer-large-tedlium2/example.wav")
Inference on GPU

To perform inference on the GPU, add run_opts={"device":"cuda"} when calling the from_hparams method.

Parallel Inference on a Batch

Please, see this Colab notebook to figure out how to transcribe in parallel a batch of input sentences using a pre-trained model.

Training

The model was trained with SpeechBrain (Commit hash: '73e48d6'). To train it from scratch follow these steps:

  1. Clone SpeechBrain:
git clone https://github.com/speechbrain/speechbrain/
  1. Install it:
cd speechbrain
pip install -r requirements.txt
pip install -e .
  1. Run Training:
cd recipes/Tedlium2/Tokenizer
python train.py hparams/tedlium2_500_bpe.yaml --data_folder /path/to/tedlium2 --clipped_utt_folder /path/to/clipped_folder

cd ../ASR/transformer
python train.py hparams/branchformer_large.yaml --pretrained_tokenizer_file /path/to/tokenizer --data_folder /path/to/tedlium2 --clipped_utt_folder /path/to/clipped_folder

You can find our training results (models, logs, etc) here .

Limitations

The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.

About SpeechBrain

Citing SpeechBrain

Please, cite SpeechBrain if you use it for your research or business.

@misc{speechbrain,
  title={{SpeechBrain}: A General-Purpose Speech Toolkit},
  author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
  year={2021},
  eprint={2106.04624},
  archivePrefix={arXiv},
  primaryClass={eess.AS},
  note={arXiv:2106.04624}
}

Runs of speechbrain asr-branchformer-large-tedlium2 on huggingface.co

13
Total runs
3
24-hour runs
6
3-day runs
7
7-day runs
-13
30-day runs

More Information About asr-branchformer-large-tedlium2 huggingface.co Model

More asr-branchformer-large-tedlium2 license Visit here:

https://choosealicense.com/licenses/apache-2.0

asr-branchformer-large-tedlium2 huggingface.co

asr-branchformer-large-tedlium2 huggingface.co is an AI model on huggingface.co that provides asr-branchformer-large-tedlium2's model effect (), which can be used instantly with this speechbrain asr-branchformer-large-tedlium2 model. huggingface.co supports a free trial of the asr-branchformer-large-tedlium2 model, and also provides paid use of the asr-branchformer-large-tedlium2. Support call asr-branchformer-large-tedlium2 model through api, including Node.js, Python, http.

asr-branchformer-large-tedlium2 huggingface.co Url

https://huggingface.co/speechbrain/asr-branchformer-large-tedlium2

speechbrain asr-branchformer-large-tedlium2 online free

asr-branchformer-large-tedlium2 huggingface.co is an online trial and call api platform, which integrates asr-branchformer-large-tedlium2's modeling effects, including api services, and provides a free online trial of asr-branchformer-large-tedlium2, you can try asr-branchformer-large-tedlium2 online for free by clicking the link below.

speechbrain asr-branchformer-large-tedlium2 online free url in huggingface.co:

https://huggingface.co/speechbrain/asr-branchformer-large-tedlium2

asr-branchformer-large-tedlium2 install

asr-branchformer-large-tedlium2 is an open source model from GitHub that offers a free installation service, and any user can find asr-branchformer-large-tedlium2 on GitHub to install. At the same time, huggingface.co provides the effect of asr-branchformer-large-tedlium2 install, users can directly use asr-branchformer-large-tedlium2 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

asr-branchformer-large-tedlium2 install url in huggingface.co:

https://huggingface.co/speechbrain/asr-branchformer-large-tedlium2

Url of asr-branchformer-large-tedlium2

asr-branchformer-large-tedlium2 huggingface.co Url

Provider of asr-branchformer-large-tedlium2 huggingface.co

speechbrain
ORGANIZATIONS

Other API from speechbrain

huggingface.co

Total runs: 3.1K
Run Growth: 1.9K
Growth Rate: 61.92%
Updated:February 26 2024