Update README.md
Browse files
README.md
CHANGED
@@ -36,3 +36,13 @@ Soundwave is a Speech-to-Text model that bridges the gap between speech and text
|
|
36 |
|
37 |
## Usage
|
38 |
Load the Soundwave model and run inference with your audio files as shown in the <a href="https://github.com/FreedomIntelligence/Soundwave">GitHub repository</a>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
## Usage
|
38 |
Load the Soundwave model and run inference with your audio files as shown in the <a href="https://github.com/FreedomIntelligence/Soundwave">GitHub repository</a>.
|
39 |
+
|
40 |
+
# <span>📖 Citation</span>
|
41 |
+
```
|
42 |
+
@article{zhang2025soundwave,
|
43 |
+
title={Soundwave: Less is More for Speech-Text Alignment in LLMs},
|
44 |
+
author={Zhang, Yuhao and Liu, Zhiheng and Bu, Fan and Zhang, Ruiyu and Wang, Benyou and Li, Haizhou},
|
45 |
+
journal={arXiv preprint arXiv:2502.12900},
|
46 |
+
year={2025}
|
47 |
+
}
|
48 |
+
```
|