voidful commited on
Commit
a0ef01c
·
verified ·
1 Parent(s): fdec09b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -267,11 +267,12 @@ Codec-SUPERB-tiny speech reconstruction:
267
  ## Citation
268
 
269
  ```bibtex
270
- @misc{chung2026llmcodec,
271
- title = {LLM-Codec: Neural Audio Codec Meets Language Model Objectives},
272
- author = {Chung, Ho-Lam and Chen, Yiming and Lee, Hung-yi},
273
- year = {2026},
274
- note = {Model and code available at https://github.com/voidful/llm-codec}
 
275
  }
276
  ```
277
 
 
267
  ## Citation
268
 
269
  ```bibtex
270
+ @article{chung2026llm,
271
+ title={LLM-Codec: Neural Audio Codec Meets Language Model Objectives},
272
+ author={Chung, Ho-Lam and Chen, Yiming and Lee, Hung-yi},
273
+ journal={arXiv preprint arXiv:2604.17852},
274
+ note = {Model and code available at https://github.com/voidful/llm-codec},
275
+ year={2026}
276
  }
277
  ```
278