Update README.md
Browse filesI used the `huggingface_hub` API to open the PR rather than doing it manually.
It automatically changed the license (it is not deleted, it is just changed to be placed after the language tag).
It is also the one who changed the author's name. The fact that it changed the accents should be reported to the HF team so that the encoding is done in utf-8. I changed the accent manually.
Everything should be fine now.
README.md
CHANGED
@@ -50,7 +50,7 @@ model = AutoModel.from_pretrained("amine/bert-base-5lang-cased")
|
|
50 |
```bibtex
|
51 |
@inproceedings{smallermbert,
|
52 |
title={Load What You Need: Smaller Versions of Multilingual BERT},
|
53 |
-
author={Abdaoui, Amine and Pradel, Camille and Sigel,
|
54 |
booktitle={SustaiNLP / EMNLP},
|
55 |
year={2020}
|
56 |
}
|
|
|
50 |
```bibtex
|
51 |
@inproceedings{smallermbert,
|
52 |
title={Load What You Need: Smaller Versions of Multilingual BERT},
|
53 |
+
author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
|
54 |
booktitle={SustaiNLP / EMNLP},
|
55 |
year={2020}
|
56 |
}
|