ssinon commited on
Commit
82a4c7e
·
verified ·
1 Parent(s): 7cce7a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -15,8 +15,7 @@ library_name: pytorch
15
 
16
  # ELF-S2T pretrained weights
17
 
18
- Pretrained checkpoints for **"ELF Meets Speech: Audio-Conditioned
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
- @inproceedings{elfs2t,
66
- title = {ELF Meets Speech: Audio-Conditioned Continuous-Target Diffusion
67
- for ASR and Translation},
68
- year = {2026}
 
 
 
 
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
  ```