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.