unilm commited on
Commit
d616d63
1 Parent(s): 7dc8de0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
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
+ 05b95b7d977450b364f8ea3269391953 config.json
9
+ c19438359fed6d36b0c1bbb107929579 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
+ ```