Splitformer / README.md
MaxLSB's picture
Update README.md
967e98d verified
|
raw
history blame
1.39 kB
metadata
license: mit
datasets:
  - openslr/librispeech_asr
language:
  - en
pipeline_tag: automatic-speech-recognition

Splitformer


Overview

Splitformer is a 36.7M parameters Conformer-based ASR model trained from scratch on 1000 hours of the LibriSpeech dataset with an early‐exit objective.

This architecture introduces parallel downsampling layers before the first and last exits to improve performance with minimal extra overhead, while retaining inference speed.

Our code for training and inference is available on our GitHub repository.