Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# InfoXLM
|
2 |
+
|
3 |
+
**InfoXLM** (NAACL 2021, [paper](https://arxiv.org/pdf/2007.07834.pdf), [repo](https://github.com/microsoft/unilm/tree/master/infoxlm), [model](https://huggingface.co/microsoft/infoxlm-base)) InfoXLM: An Information-Theoretic Framework for Cross-Lingual Language Model Pre-Training.
|
4 |
+
|
5 |
+
**MD5**
|
6 |
+
|
7 |
+
```
|
8 |
+
b9d214025837250ede2f69c9385f812c config.json
|
9 |
+
bd6b1f392293f0cd9cd829c02971ecd9 pytorch_model.bin
|
10 |
+
bf25eb5120ad92ef5c7d8596b5dc4046 sentencepiece.bpe.model
|
11 |
+
eedbd60a7268b9fc45981b849664f747 tokenizer.json
|
12 |
+
```
|
13 |
+
|
14 |
+
**BibTeX**
|
15 |
+
|
16 |
+
```
|
17 |
+
@inproceedings{chi-etal-2021-infoxlm,
|
18 |
+
title = "{I}nfo{XLM}: An Information-Theoretic Framework for Cross-Lingual Language Model Pre-Training",
|
19 |
+
author={Chi, Zewen and Dong, Li and Wei, Furu and Yang, Nan and Singhal, Saksham and Wang, Wenhui and Song, Xia and Mao, Xian-Ling and Huang, Heyan and Zhou, Ming},
|
20 |
+
booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
|
21 |
+
month = jun,
|
22 |
+
year = "2021",
|
23 |
+
address = "Online",
|
24 |
+
publisher = "Association for Computational Linguistics",
|
25 |
+
url = "https://aclanthology.org/2021.naacl-main.280",
|
26 |
+
doi = "10.18653/v1/2021.naacl-main.280",
|
27 |
+
pages = "3576--3588",}
|
28 |
+
```
|