lbourdois commited on
Commit
608ccf3
1 Parent(s): 7f2d01a

Update README.md

Browse files

I 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.

Files changed (1) hide show
  1. README.md +1 -1
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, Gr�goire},
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
  }