Pengwei Li commited on
Commit
eeb92fe
·
1 Parent(s): bb5c9b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -91,3 +91,16 @@ wav, sr = tts_model.get_prediction(tts_sample)
91
  ipd.Audio(wav, rate=sr)
92
  ```
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  ipd.Audio(wav, rate=sr)
92
  ```
93
 
94
+ ## Citation
95
+ ```bibtex
96
+ @misc{https://doi.org/10.48550/arxiv.2204.02967,
97
+ doi = {10.48550/ARXIV.2204.02967},
98
+ url = {https://arxiv.org/abs/2204.02967},
99
+ author = {Popuri, Sravya and Chen, Peng-Jen and Wang, Changhan and Pino, Juan and Adi, Yossi and Gu, Jiatao and Hsu, Wei-Ning and Lee, Ann},
100
+ keywords = {Computation and Language (cs.CL), Sound (cs.SD), Audio and Speech Processing (eess.AS), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Electrical engineering, electronic engineering, information engineering, FOS: Electrical engineering, electronic engineering, information engineering},
101
+ title = {Enhanced Direct Speech-to-Speech Translation Using Self-supervised Pre-training and Data Augmentation},
102
+ publisher = {arXiv},
103
+ year = {2022},
104
+ copyright = {arXiv.org perpetual, non-exclusive license}
105
+ }
106
+ ```