Feature Extraction
Transformers
Safetensors
diva
custom_code
WillHeld commited on
Commit
7cc0b96
·
verified ·
1 Parent(s): e4ac4d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -9,12 +9,15 @@ No Publication As of Yet, But If You Use Please Cite the Below
9
  **BibTeX:**
10
 
11
  ```
12
- @misc{held2024diva,
13
- author="Held, Will and Zhang, Yanzhe and Ryan, Michael and Shi, Weiyan and Li, Ella and Yang, Diyi",
14
- title="DISTILLING AN END-TO-END VOICE ASSISTANT WITHOUT INSTRUCTION TRAINING DATA",
15
- year="2024",
16
- publisher="HuggingFace",
17
- }
 
 
 
18
 
19
  ```
20
 
 
9
  **BibTeX:**
10
 
11
  ```
12
+ @misc{DiVA,
13
+ title={{D}istilling an {E}nd-to-{E}nd {V}oice {A}ssistant {W}ithout {I}nstruction {T}raining {D}ata},
14
+ author={William Held and Ella Li and Michael Ryan and Weiyan Shi and Yanzhe Zhang and Diyi Yang},
15
+ year={2024},
16
+ eprint={2410.02678},
17
+ archivePrefix={arXiv},
18
+ primaryClass={cs.CL},
19
+ url={https://arxiv.org/abs/2410.02678},
20
+ }
21
 
22
  ```
23