tonyswoo commited on
Commit
405fdff
1 Parent(s): 446cebb

Add ArXiv link to the README

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,4 +10,15 @@ pinned: false
10
  license: openrail
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: openrail
11
  ---
12
 
13
+ This is the official demo of EnCLAP, described in the paper ["EnCLAP: Combining Neural Audio Codec and Audio-Text Joint Embedding for Automated Audio Captioning"](https://arxiv.org/abs/2401.17690)
14
+
15
+ ```
16
+ @misc{kim2024enclap,
17
+ title={EnCLAP: Combining Neural Audio Codec and Audio-Text Joint Embedding for Automated Audio Captioning},
18
+ author={Jaeyeon Kim and Jaeyoon Jung and Jinjoo Lee and Sang Hoon Woo},
19
+ year={2024},
20
+ eprint={2401.17690},
21
+ archivePrefix={arXiv},
22
+ primaryClass={eess.AS}
23
+ }
24
+ ```