Skip to content

Implemintetion of linear attention conformer - LAC

Notifications You must be signed in to change notification settings

Alex2135/ASR-proto

Repository files navigation

Efficient conformer-based ASR model

Implementetion of efficient conformer-based ASR model from "Efficient conformer-based speech recognition with linear attention" paper (by Shengqiang Li, Menglong Xu, Xiao-Lei Zhang? CIAIC, School of Marine Science and Technology, Northwestern Polytechnical University, China)

Model files contains in "model" folder in the efficient_conformer.py script.

You are can install requirements for this project by:

pip install -r requirements.txt

This model was build for classification and ASR tasks. So for launch to train classifier you could run train_classifier.py like

python3 train_classifier.py

To change setting of model you can visit config.py script and set up your *.csv datasets files.