Commit
·
b255650
1
Parent(s):
e8c70d5
add model
Browse files- .gitattributes +1 -0
- culr/README.md +31 -0
- culr/config.json +22 -0
- culr/pytorch_model.bin +3 -0
- culr/sentencepiece.bpe.model +3 -0
- culr/tokenizer.json +0 -0
.gitattributes
CHANGED
@@ -25,3 +25,4 @@
|
|
25 |
./clr/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
26 |
./adsbert/v5/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
27 |
./detection/PascalVOC_Detection/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
25 |
./clr/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
26 |
./adsbert/v5/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
27 |
./detection/PascalVOC_Detection/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
28 |
+
./culr/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
culr/README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## 9/13/2021
|
2 |
+
Junyi: repackage CULRv2 using config from InfoXLM from Huggingface as these two models are the same
|
3 |
+
|
4 |
+
# InfoXLM
|
5 |
+
|
6 |
+
**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.
|
7 |
+
|
8 |
+
**MD5**
|
9 |
+
|
10 |
+
```
|
11 |
+
05b95b7d977450b364f8ea3269391953 config.json
|
12 |
+
c19438359fed6d36b0c1bbb107929579 pytorch_model.bin
|
13 |
+
bf25eb5120ad92ef5c7d8596b5dc4046 sentencepiece.bpe.model
|
14 |
+
eedbd60a7268b9fc45981b849664f747 tokenizer.json
|
15 |
+
```
|
16 |
+
|
17 |
+
**BibTeX**
|
18 |
+
|
19 |
+
```
|
20 |
+
@inproceedings{chi-etal-2021-infoxlm,
|
21 |
+
title = "{I}nfo{XLM}: An Information-Theoretic Framework for Cross-Lingual Language Model Pre-Training",
|
22 |
+
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},
|
23 |
+
booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
|
24 |
+
month = jun,
|
25 |
+
year = "2021",
|
26 |
+
address = "Online",
|
27 |
+
publisher = "Association for Computational Linguistics",
|
28 |
+
url = "https://aclanthology.org/2021.naacl-main.280",
|
29 |
+
doi = "10.18653/v1/2021.naacl-main.280",
|
30 |
+
pages = "3576--3588",}
|
31 |
+
```
|
culr/config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"XLMRobertaForMaskedLM"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"eos_token_id": 2,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 1024,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4096,
|
13 |
+
"layer_norm_eps": 1e-05,
|
14 |
+
"max_position_embeddings": 514,
|
15 |
+
"model_type": "xlm-roberta",
|
16 |
+
"num_attention_heads": 16,
|
17 |
+
"num_hidden_layers": 24,
|
18 |
+
"output_past": true,
|
19 |
+
"pad_token_id": 1,
|
20 |
+
"type_vocab_size": 1,
|
21 |
+
"vocab_size": 250008
|
22 |
+
}
|
culr/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:449a9d7026fd3bc28a96134a0f44f92cb4d2479fe1d0ff79d77681880ed5ce10
|
3 |
+
size 2241874340
|
culr/sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
culr/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|