CoolFace
Modelpublic

akreal/bloomzmms-ce-t

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
0likes3downloads
Model Card

ESPnet2 ASR model

akreal/bloomzmms-aed-t

This model was trained by Pavel Denisov using fleurs recipe in espnet.

Demo: How to use in ESPnet2

Follow the ESPnet installation instructions if you haven't done that already.

bash
cd espnet
git checkout 99cc51a342acfd13ca2b7475bd32c636f467ca0f
pip install -e .
cd egs2/fleurs/asr1
./run.sh --skip_data_prep false --skip_train true --download_model akreal/bloomzmms-aed-t

ASR config

<details><summary>expand</summary>

</details>

Citing ESPnet

BibTex
@inproceedings{watanabe2018espnet,
  author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
  title={{ESPnet}: End-to-End Speech Processing Toolkit},
  year={2018},
  booktitle={Proceedings of Interspeech},
  pages={2207--2211},
  doi={10.21437/Interspeech.2018-1456},
  url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
}



or arXiv:

bibtex
@misc{watanabe2018espnet,
  title={ESPnet: End-to-End Speech Processing Toolkit},
  author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
  year={2018},
  eprint={1804.00015},
  archivePrefix={arXiv},
  primaryClass={cs.CL}
}