docs(README): fix typo in citation
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ model = AutoModel.from_pretrained("amine/bert-base-5lang-cased")
|
|
52 |
|
53 |
```bibtex
|
54 |
@inproceedings{smallermbert,
|
55 |
-
title={Load What You Need: Smaller Versions of
|
56 |
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
|
57 |
booktitle={SustaiNLP / EMNLP},
|
58 |
year={2020}
|
|
|
52 |
|
53 |
```bibtex
|
54 |
@inproceedings{smallermbert,
|
55 |
+
title={Load What You Need: Smaller Versions of Multilingual BERT},
|
56 |
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
|
57 |
booktitle={SustaiNLP / EMNLP},
|
58 |
year={2020}
|