amine commited on
Commit
0bd6fe7
1 Parent(s): a0181b1

feat(README): specify the handled languages

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,6 +12,7 @@ We are sharing smaller versions of [bert-base-multilingual-cased](https://huggin
12
 
13
  Unlike [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased), our versions give exactly the same representations produced by the original model which preserves the original accuracy.
14
 
 
15
 
16
  For more information please visit our paper: [Load What You Need: Smaller Versions of Multilingual BERT](https://www.aclweb.org/anthology/2020.sustainlp-1.16.pdf).
17
 
@@ -31,7 +32,7 @@ To generate other smaller versions of multilingual transformers please visit [ou
31
 
32
  ```bibtex
33
  @inproceedings{smallermbert,
34
- title={Load What You Need: Smaller Versions of Mutlilingual BERT},
35
  author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
36
  booktitle={SustaiNLP / EMNLP},
37
  year={2020}
 
12
 
13
  Unlike [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased), our versions give exactly the same representations produced by the original model which preserves the original accuracy.
14
 
15
+ Handled languages: en, fr, es, de, zh, ar, ru, vi, el, bg, th, tr, hi, ur, sw, nl, uk, ro, pt, it, lt, no, pl, da and ja.
16
 
17
  For more information please visit our paper: [Load What You Need: Smaller Versions of Multilingual BERT](https://www.aclweb.org/anthology/2020.sustainlp-1.16.pdf).
18
 
 
32
 
33
  ```bibtex
34
  @inproceedings{smallermbert,
35
+ title={Load What You Need: Smaller Versions of Multilingual BERT},
36
  author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire},
37
  booktitle={SustaiNLP / EMNLP},
38
  year={2020}