Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ Automatic Speech Recognition Models</h1>
|
|
11 |
|
12 |
</div>
|
13 |
|
|
|
14 |
[[Paper]](https://arxiv.org/pdf/2501.14350)
|
15 |
[[Model]](https://huggingface.co/fireredteam)
|
16 |
[[Blog]](https://fireredteam.github.io/demos/firered_asr/)
|
@@ -151,3 +152,14 @@ Thanks to the following open-source works:
|
|
151 |
- [icefall/ASR_LLM](https://github.com/k2-fsa/icefall/tree/master/egs/speech_llm/ASR_LLM)
|
152 |
- [WeNet](https://github.com/wenet-e2e/wenet)
|
153 |
- [Speech-Transformer](https://github.com/kaituoxu/Speech-Transformer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
</div>
|
13 |
|
14 |
+
[[Code]](https://github.com/FireRedTeam/FireRedASR)
|
15 |
[[Paper]](https://arxiv.org/pdf/2501.14350)
|
16 |
[[Model]](https://huggingface.co/fireredteam)
|
17 |
[[Blog]](https://fireredteam.github.io/demos/firered_asr/)
|
|
|
152 |
- [icefall/ASR_LLM](https://github.com/k2-fsa/icefall/tree/master/egs/speech_llm/ASR_LLM)
|
153 |
- [WeNet](https://github.com/wenet-e2e/wenet)
|
154 |
- [Speech-Transformer](https://github.com/kaituoxu/Speech-Transformer)
|
155 |
+
|
156 |
+
|
157 |
+
## Citation
|
158 |
+
```bibtex
|
159 |
+
@article{xu2025fireredasr,
|
160 |
+
title={FireRedASR: Open-Source Industrial-Grade Mandarin Speech Recognition Models from Encoder-Decoder to LLM Integration},
|
161 |
+
author={Xu, Kai-Tuo and Xie, Feng-Long and Tang, Xu and Hu, Yao},
|
162 |
+
journal={arXiv preprint arXiv:2501.14350},
|
163 |
+
year={2025}
|
164 |
+
}
|
165 |
+
```
|