Changhan commited on
Commit
29259e2
·
1 Parent(s): 4087411

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -57,4 +57,45 @@ wav, sr = TTSHubInterface.get_prediction(
57
  )
58
 
59
  ipd.Audio(wav, rate=rate)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ```
 
57
  )
58
 
59
  ipd.Audio(wav, rate=rate)
60
+ ```
61
+
62
+ Citation
63
+ ```bibtex
64
+ @inproceedings{li-etal-2021-multilingual,
65
+ title = "Multilingual Speech Translation from Efficient Finetuning of Pretrained Models",
66
+ author = "Li, Xian and
67
+ Wang, Changhan and
68
+ Tang, Yun and
69
+ Tran, Chau and
70
+ Tang, Yuqing and
71
+ Pino, Juan and
72
+ Baevski, Alexei and
73
+ Conneau, Alexis and
74
+ Auli, Michael",
75
+ booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
76
+ month = aug,
77
+ year = "2021",
78
+ address = "Online",
79
+ publisher = "Association for Computational Linguistics",
80
+ url = "https://aclanthology.org/2021.acl-long.68",
81
+ doi = "10.18653/v1/2021.acl-long.68",
82
+ pages = "827--838",
83
+ }
84
+
85
+ @inproceedings{wang-etal-2020-fairseq,
86
+ title = "Fairseq {S}2{T}: Fast Speech-to-Text Modeling with Fairseq",
87
+ author = "Wang, Changhan and
88
+ Tang, Yun and
89
+ Ma, Xutai and
90
+ Wu, Anne and
91
+ Okhonko, Dmytro and
92
+ Pino, Juan",
93
+ booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing: System Demonstrations",
94
+ month = dec,
95
+ year = "2020",
96
+ address = "Suzhou, China",
97
+ publisher = "Association for Computational Linguistics",
98
+ url = "https://aclanthology.org/2020.aacl-demo.6",
99
+ pages = "33--39",
100
+ }
101
  ```