libreasr.libΒΆ

LibreASR core libraries

libreasr.lib.builder

ASRDatabunchBuilder is responsible for loading datasets in csv format.

libreasr.lib.callbacks

Contains Tensorboard Callback which performs testing while training.

libreasr.lib.decoders

[Unused] incomplete implementation of a CTC Decoder.

libreasr.lib.language

Tokenization Utilities.

libreasr.lib.layers

libreasr.lib.lm

Fused Language Model implementation.

libreasr.lib.metrics

wer and cer metric functions

libreasr.lib.model_utils

Utilities for persisting models.

libreasr.lib.models

Common models including RNN-Transducer implementation.

libreasr.lib.optimizer

A collection of optimizers.

libreasr.lib.utils

Useful little functions