sanchit-gandhi HF staff commited on
Commit
bdf49ef
1 Parent(s): 5c5b7f5

Update citation

Browse files

Follows the format typically used in GPT2 citations

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -346,12 +346,14 @@ There are also potential dual use concerns that come with releasing Whisper. Whi
346
 
347
 
348
  ### BibTeX entry and citation info
349
- *Since no official citation was provided, we use the following in the mean time*
350
  ```bibtex
351
- @misc{radford2022whisper,
352
- title={Robust Speech Recognition via Large-Scale Weak Supervision.},
353
- author={Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, Ilya Sutskever},
354
- year={2022},
355
- url={https://cdn.openai.com/papers/whisper.pdf},
 
 
 
356
  }
357
  ```
 
346
 
347
 
348
  ### BibTeX entry and citation info
 
349
  ```bibtex
350
+ @techreport{radford22_whipser,
351
+ title="{Robust Speech Recognition via Large-Scale Weak Supervision}",
352
+ author={Radford, Alec and Kim, Jong Wook and Xu, Tao and Brockman, Greg and McLeavey, Christine and Sutskever, Ilya},
353
+ journal={Technical Report, OpenAI},
354
+ url={https://cdn.openai.com/papers/whisper.pdf},
355
+ year={2022},
356
+ type={Technical report},
357
+ institution={OpenAI}
358
  }
359
  ```