keisawada commited on
Commit
18b8619
1 Parent(s): 0dd7848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -89,13 +89,13 @@ A fairseq checkpoint file can also be available [here](https://huggingface.co/ri
89
  # References
90
  ```bibtex
91
  @inproceedings{baevski2020wav2vec,
92
- title={wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations},
93
- author={Baevski, Alexei and Zhou, Yuhao and Mohamed, Abdelrahman and Auli, Michael},
94
- booktitle={Advances in Neural Information Processing Systems},
95
- volume={33},
96
- pages={12449--12460},
97
- year={2020},
98
- url={https://proceedings.neurips.cc/paper/2020/hash/92d1e1eb1cd6f9fba3227870bb6d7f07-Abstract.html}
99
  }
100
  ```
101
  ---
 
89
  # References
90
  ```bibtex
91
  @inproceedings{baevski2020wav2vec,
92
+ title = {wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations},
93
+ author = {Baevski, Alexei and Zhou, Yuhao and Mohamed, Abdelrahman and Auli, Michael},
94
+ booktitle = {Advances in Neural Information Processing Systems},
95
+ year = {2020},
96
+ volume = {33},
97
+ pages = {12449--12460},
98
+ url = {https://proceedings.neurips.cc/paper/2020/hash/92d1e1eb1cd6f9fba3227870bb6d7f07-Abstract.html}
99
  }
100
  ```
101
  ---