Update README.md
Browse files
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 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
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 |
---
|