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

Add multilingual to the language tag

Browse files

Hi! A PR to add multilingual to the language tag to improve the referencing.

Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- language:
3
  - en
4
  - fr
5
  - es
6
  - de
7
  - zh
8
-
 
9
  tags:
10
  - pytorch
11
  - bert
@@ -15,11 +16,7 @@ tags:
15
  - es
16
  - de
17
  - zh
18
-
19
  datasets: wikipedia
20
-
21
- license: apache-2.0
22
-
23
  inference: false
24
  ---
25
 
@@ -53,7 +50,7 @@ model = AutoModel.from_pretrained("amine/bert-base-5lang-cased")
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}
59
  }
1
  ---
2
+ language:
3
  - en
4
  - fr
5
  - es
6
  - de
7
  - zh
8
+ - multilingual
9
+ license: apache-2.0
10
  tags:
11
  - pytorch
12
  - bert
16
  - es
17
  - de
18
  - zh
 
19
  datasets: wikipedia
 
 
 
20
  inference: false
21
  ---
22
 
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
  }