Update README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,7 @@ library_name: pytorch
|
|
| 15 |
|
| 16 |
# ELF-S2T pretrained weights
|
| 17 |
|
| 18 |
-
Pretrained checkpoints for **"
|
| 19 |
-
Continuous-Target Diffusion for ASR and Translation"**.
|
| 20 |
|
| 21 |
Code: https://github.com/Sslnon/ELF-S2T
|
| 22 |
|
|
@@ -62,9 +61,13 @@ checkpoint's embedded `config`, so the same command works for every file.
|
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
```bibtex
|
| 65 |
-
@
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
}
|
| 70 |
```
|
|
|
|
| 15 |
|
| 16 |
# ELF-S2T pretrained weights
|
| 17 |
|
| 18 |
+
Pretrained checkpoints for **"Speech Meets ELF: Audio Conditional Continuous-Target Diffusion for Speech Recognition and Translation"**.
|
|
|
|
| 19 |
|
| 20 |
Code: https://github.com/Sslnon/ELF-S2T
|
| 21 |
|
|
|
|
| 61 |
## Citation
|
| 62 |
|
| 63 |
```bibtex
|
| 64 |
+
@misc{li2026speechmeetselfaudio,
|
| 65 |
+
title={Speech Meets ELF: Audio Conditional Continuous-Target Diffusion for Speech Recognition and Translation},
|
| 66 |
+
author={Xuanchen Li and Tianrui Wang and Yuheng Lu and Zikang Huang and Yu Jiang and Chenghan Lin and Chenrui Cui and Ziyang Ma and Xingyu Ma and Chunyu Qiang and Guochen Yu and Xie Chen and Longbiao Wang and Jianwu Dang},
|
| 67 |
+
year={2026},
|
| 68 |
+
eprint={2606.10368},
|
| 69 |
+
archivePrefix={arXiv},
|
| 70 |
+
primaryClass={cs.SD},
|
| 71 |
+
url={https://arxiv.org/abs/2606.10368},
|
| 72 |
}
|
| 73 |
```
|