slavashe commited on
Commit
1ea7f64
·
1 Parent(s): f0ffc2e

add bibtex

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -89,4 +89,19 @@ y = model.decompress(x)
89
 
90
  # Write to file
91
  y.write('output.wav')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  ```
 
89
 
90
  # Write to file
91
  y.write('output.wav')
92
+ ```
93
+
94
+ ## Citing & Authors
95
+
96
+ If you find this model helpful, feel free to cite our publication [Low Bitrate High-Quality RVQGAN-based Discrete Speech Tokenizer](https://www.isca-archive.org/interspeech_2024/shechtman24_interspeech.pdf):
97
+ ```bibtex
98
+ @inproceedings{shechtman24_interspeech,
99
+ title = {Low Bitrate High-Quality RVQGAN-based Discrete Speech Tokenizer},
100
+ author = {Slava Shechtman and Avihu Dekel},
101
+ year = {2024},
102
+ booktitle = {Interspeech 2024},
103
+ pages = {4174--4178},
104
+ doi = {10.21437/Interspeech.2024-2366},
105
+ issn = {2958-1796},
106
+ }
107
  ```