thaile1809 commited on
Commit
a00a08c
·
verified ·
1 Parent(s): feab2eb

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. packages/en_ja/README.md +38 -0
  2. packages/en_ja/metadata.json +8 -0
  3. packages/en_ja/model/shared_vocabulary.txt +0 -0
  4. packages/en_ja/stanza/resources.json +0 -0
  5. packages/en_pt/README.md +6 -0
  6. packages/en_pt/metadata.json +8 -0
  7. packages/en_pt/model/shared_vocabulary.txt +0 -0
  8. packages/en_pt/stanza/resources.json +0 -0
  9. packages/en_ur/README.md +11 -0
  10. packages/en_ur/metadata.json +1 -0
  11. packages/en_ur/model/shared_vocabulary.txt +0 -0
  12. packages/en_ur/stanza/resources.json +0 -0
  13. packages/ko_en/README.md +27 -0
  14. packages/ko_en/metadata.json +8 -0
  15. packages/ko_en/model/shared_vocabulary.txt +0 -0
  16. packages/ko_en/stanza/resources.json +0 -0
  17. packages/pt_en/README.md +6 -0
  18. packages/pt_en/metadata.json +8 -0
  19. packages/pt_en/model/shared_vocabulary.txt +0 -0
  20. packages/pt_en/stanza/resources.json +0 -0
  21. packages/translate-bg_en-1_9/README.md +10 -0
  22. packages/translate-bg_en-1_9/metadata.json +1 -0
  23. packages/translate-bg_en-1_9/model/config.json +9 -0
  24. packages/translate-bg_en-1_9/model/shared_vocabulary.json +0 -0
  25. packages/translate-bg_en-1_9/stanza/resources.json +0 -0
  26. packages/translate-cs_en-1_9_6/README.md +9 -0
  27. packages/translate-cs_en-1_9_6/metadata.json +8 -0
  28. packages/translate-cs_en-1_9_6/model/config.json +10 -0
  29. packages/translate-cs_en-1_9_6/model/shared_vocabulary.json +0 -0
  30. packages/translate-cs_en-1_9_6/stanza/resources.json +0 -0
  31. packages/translate-en_bg-1_9/model/model.bin +3 -0
  32. packages/translate-en_ro-1_9/model/shared_vocabulary.json +0 -0
  33. packages/translate-en_sl-1_9/README.md +10 -0
  34. packages/translate-en_sl-1_9/metadata.json +1 -0
  35. packages/translate-en_sl-1_9/model/config.json +9 -0
  36. packages/translate-en_sl-1_9/model/shared_vocabulary.json +0 -0
  37. packages/translate-en_sl-1_9/stanza/resources.json +0 -0
  38. packages/translate-en_tr-1_5/README.md +30 -0
  39. packages/translate-en_tr-1_5/metadata.json +8 -0
  40. packages/translate-en_tr-1_5/model/shared_vocabulary.txt +0 -0
  41. packages/translate-en_tr-1_5/stanza/resources.json +0 -0
  42. packages/translate-es_pt-1_0/README.md +1 -0
  43. packages/translate-es_pt-1_0/metadata.json +1 -0
  44. packages/translate-es_pt-1_0/model/config.json +9 -0
  45. packages/translate-es_pt-1_0/model/shared_vocabulary.json +0 -0
  46. packages/translate-es_pt-1_0/stanza/resources.json +0 -0
  47. packages/translate-eu_en-1_9/README.md +9 -0
  48. packages/translate-eu_en-1_9/metadata.json +8 -0
  49. packages/translate-eu_en-1_9/model/config.json +10 -0
  50. packages/translate-eu_en-1_9/model/shared_vocabulary.json +0 -0
packages/en_ja/README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # English-Japanese
2
+
3
+ Data compiled by [Opus](https://opus.nlpl.eu/).
4
+
5
+ Dictionary data from Wiktionary using [Wiktextract](https://github.com/tatuylonen/wiktextract).
6
+
7
+ Includes pretrained models from [Stanza](https://github.com/stanfordnlp/stanza/).
8
+
9
+ Credits:
10
+ @inproceedings{elkishky_ccaligned_2020,
11
+ author = {El-Kishky, Ahmed and Chaudhary, Vishrav and Guzmán, Francisco and Koehn, Philipp},
12
+ booktitle = {Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020)},
13
+ month = {November},
14
+ title = {{CCAligned}: A Massive Collection of Cross-lingual Web-Document Pairs},
15
+ year = {2020}
16
+ address = "Online",
17
+ publisher = "Association for Computational Linguistics",
18
+ url = "https://www.aclweb.org/anthology/2020.emnlp-main.480",
19
+ doi = "10.18653/v1/2020.emnlp-main.480",
20
+ pages = "5960--5969"
21
+ }
22
+
23
+ Holger Schwenk, Vishrav Chaudhary, Shuo Sun, Hongyu Gong and Paco Guzman, WikiMatrix: Mining 135M Parallel Sentences in 1620 Language Pairs from Wikipedia, arXiv, July 11 2019.
24
+
25
+ @inproceedings{elkishky_ccaligned_2020,
26
+ author = {El-Kishky, Ahmed and Chaudhary, Vishrav and Guzmán, Francisco and Koehn, Philipp},
27
+ booktitle = {Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020)},
28
+ month = {November},
29
+ title = {{CCAligned}: A Massive Collection of Cross-lingual Web-Document Pairs},
30
+ year = {2020}
31
+ address = "Online",
32
+ publisher = "Association for Computational Linguistics",
33
+ url = "https://www.aclweb.org/anthology/2020.emnlp-main.480",
34
+ doi = "10.18653/v1/2020.emnlp-main.480",
35
+ pages = "5960--5969"
36
+ }
37
+
38
+ P. Lison and J. Tiedemann, 2016, OpenSubtitles2016: Extracting Large Parallel Corpora from Movie and TV Subtitles. In Proceedings of the 10th International Conference on Language Resources and Evaluation (LREC 2016)
packages/en_ja/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package_version": "1.1",
3
+ "argos_version": "1.1",
4
+ "from_code": "en",
5
+ "from_name": "English",
6
+ "to_code": "ja",
7
+ "to_name": "Japanese"
8
+ }
packages/en_ja/model/shared_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
packages/en_ja/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/en_pt/README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # English-Portuguese
2
+
3
+ Trained on data from Opus (EUbookshop, OpenSubtitles, ParaCrawl, WikiMatrix)
4
+
5
+ Includes pretrained models from [Stanza](https://github.com/stanfordnlp/stanza/blob/master/LICENSE).
6
+
packages/en_pt/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package_version": "1.0",
3
+ "argos_version": "1.0",
4
+ "from_code": "en",
5
+ "from_name": "English",
6
+ "to_code": "pt",
7
+ "to_name": "Portuguese"
8
+ }
packages/en_pt/model/shared_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
packages/en_pt/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/en_ur/README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # English - Urdu version 1.9
2
+
3
+ Authors: Jörg Tiedemann and Santhosh Thottingal
4
+ Title: "OPUS-MT — Building open translation services for the World"
5
+ Book Title: Proceedings of the 22nd Annual Conference of the European Association for Machine Translation (EAMT)
6
+ Year: 2020
7
+ Location: Lisbon, Portugal
8
+
9
+ The original OPUS model from which this packaged model is derived is licensed CC-BY 4.0
10
+
11
+ https://community.libretranslate.com/t/opus-mt-language-models-port-thread/757/
packages/en_ur/metadata.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"package_version": "1.9", "argos_version": "1.9", "from_code": "en", "from_name": "English", "to_code": "ur", "to_name": "Urdu"}
packages/en_ur/model/shared_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
packages/en_ur/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/ko_en/README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Korean-English
2
+
3
+ Data compiled by [Opus](https://opus.nlpl.eu/).
4
+
5
+ Dictionary data from Wiktionary using [Wiktextract](https://github.com/tatuylonen/wiktextract).
6
+
7
+ Includes pretrained models from [Stanza](https://github.com/stanfordnlp/stanza/).
8
+
9
+ Credits:
10
+ @inproceedings{elkishky_ccaligned_2020,
11
+ author = {El-Kishky, Ahmed and Chaudhary, Vishrav and Guzmán, Francisco and Koehn, Philipp},
12
+ booktitle = {Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020)},
13
+ month = {November},
14
+ title = {{CCAligned}: A Massive Collection of Cross-lingual Web-Document Pairs},
15
+ year = {2020}
16
+ address = "Online",
17
+ publisher = "Association for Computational Linguistics",
18
+ url = "https://www.aclweb.org/anthology/2020.emnlp-main.480",
19
+ doi = "10.18653/v1/2020.emnlp-main.480",
20
+ pages = "5960--5969"
21
+ }
22
+
23
+ Holger Schwenk, Vishrav Chaudhary, Shuo Sun, Hongyu Gong and Paco Guzman, WikiMatrix: Mining 135M Parallel Sentences in 1620 Language Pairs from Wikipedia, arXiv, July 11 2019.
24
+
25
+ P. Lison and J. Tiedemann, 2016, OpenSubtitles2016: Extracting Large Parallel Corpora from Movie and TV Subtitles. In Proceedings of the 10th International Conference on Language Resources and Evaluation (LREC 2016)
26
+
27
+
packages/ko_en/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package_version": "1.1",
3
+ "argos_version": "1.1",
4
+ "from_code": "ko",
5
+ "from_name": "Korean",
6
+ "to_code": "en",
7
+ "to_name": "English"
8
+ }
packages/ko_en/model/shared_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
packages/ko_en/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/pt_en/README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Portuguese-English
2
+
3
+ Trained on data from Opus (EUbookshop, OpenSubtitles, ParaCrawl, WikiMatrix)
4
+
5
+ Includes pretrained models from [Stanza](https://github.com/stanfordnlp/stanza/blob/master/LICENSE).
6
+
packages/pt_en/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package_version": "1.0",
3
+ "argos_version": "1.0",
4
+ "from_code": "pt",
5
+ "from_name": "Portuguese",
6
+ "to_code": "en",
7
+ "to_name": "English"
8
+ }
packages/pt_en/model/shared_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
packages/pt_en/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-bg_en-1_9/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Bulgarian - English version 1.9
2
+
3
+ Authors: Jörg Tiedemann and Santhosh Thottingal
4
+ Title: "OPUS-MT — Building open translation services for the World"
5
+ Book Title: Proceedings of the 22nd Annual Conference of the European Association for Machine Translation (EAMT)
6
+ Year: 2020
7
+ Location: Lisbon, Portugal
8
+
9
+ The original OPUS model from which this packaged model is derived is licensed CC-BY 4.0
10
+
packages/translate-bg_en-1_9/metadata.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"package_version": "1.9", "argos_version": "1.9.0", "from_code": "bg", "from_name": "Bulgarian", "to_code": "en", "to_name": "English"}
packages/translate-bg_en-1_9/model/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_source_bos": false,
3
+ "add_source_eos": true,
4
+ "bos_token": "<s>",
5
+ "decoder_start_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "layer_norm_epsilon": null,
8
+ "unk_token": "<unk>"
9
+ }
packages/translate-bg_en-1_9/model/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-bg_en-1_9/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-cs_en-1_9_6/README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Czech - English version 1.0
2
+
3
+ Authors: Jörg Tiedemann and Santhosh Thottingal
4
+ Title: "OPUS-MT — Building open translation services for the World"
5
+ Book Title: Proceedings of the 22nd Annual Conference of the European Association for Machine Translation (EAMT)
6
+ Year: 2020
7
+ Location: Lisbon, Portugal
8
+
9
+ The original OPUS model from which this packaged model is derived is licensed CC-BY 4.0
packages/translate-cs_en-1_9_6/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package_version": "1.9.6",
3
+ "argos_version": "1.9.6",
4
+ "from_code": "cs",
5
+ "from_name": "Czech",
6
+ "to_code": "en",
7
+ "to_name": "English"
8
+ }
packages/translate-cs_en-1_9_6/model/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_source_bos": false,
3
+ "add_source_eos": true,
4
+ "bos_token": "<s>",
5
+ "decoder_start_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "layer_norm_epsilon": null,
8
+ "multi_query_attention": false,
9
+ "unk_token": "<unk>"
10
+ }
packages/translate-cs_en-1_9_6/model/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-cs_en-1_9_6/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-en_bg-1_9/model/model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08e1b6aab7d313aa62b49875a67e2dbcf54a47bcbc904bd5fe9d31d02ff499a
3
+ size 81055558
packages/translate-en_ro-1_9/model/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-en_sl-1_9/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # English - Slovenian version 1.9
2
+
3
+ Authors: Jörg Tiedemann and Santhosh Thottingal
4
+ Title: "OPUS-MT — Building open translation services for the World"
5
+ Book Title: Proceedings of the 22nd Annual Conference of the European Association for Machine Translation (EAMT)
6
+ Year: 2020
7
+ Location: Lisbon, Portugal
8
+
9
+ The original OPUS model from which this packaged model is derived is licensed CC-BY 4.0
10
+
packages/translate-en_sl-1_9/metadata.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"package_version": "1.9", "argos_version": "1.9.0", "from_code": "en", "from_name": "English", "to_code": "sl", "to_name": "Slovenian"}
packages/translate-en_sl-1_9/model/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_source_bos": false,
3
+ "add_source_eos": true,
4
+ "bos_token": "<s>",
5
+ "decoder_start_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "layer_norm_epsilon": null,
8
+ "unk_token": "<unk>"
9
+ }
packages/translate-en_sl-1_9/model/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-en_sl-1_9/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-en_tr-1_5/README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # English-Turkish
2
+
3
+ Data compiled by [Opus](https://opus.nlpl.eu/).
4
+
5
+ Dictionary data from Wiktionary using [Wiktextract](https://github.com/tatuylonen/wiktextract).
6
+
7
+ Includes pretrained models from [Stanza](https://github.com/stanfordnlp/stanza/).
8
+
9
+ Credits:
10
+
11
+ El-Kishky, Ahmed and Chaudhary, Vishrav and Guzmn, Francisco and Koehn, Philipp - Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020)
12
+
13
+ Holger Schwenk, Guillaume Wenzek, Sergey Edunov, Edouard Grave, Armand Joulin and Angela Fan, CCMatrix: Mining Billions of High-Quality Parallel Sentences on the WEB
14
+
15
+ gourmet project at https://gourmet-project.eu
16
+
17
+ J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)
18
+
19
+ J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)
20
+
21
+ Reimers, Nils and Gurevych, Iryna - Making Monolingual Sentence Embeddings Multilingual using Knowledge Distillation
22
+
23
+ Holger Schwenk, Vishrav Chaudhary, Shuo Sun, Hongyu Gong and Paco Guzman, WikiMatrix: Mining 135M Parallel Sentences in 1620 Language Pairs from Wikipedia, arXiv, July 11 2019.
24
+
25
+ J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)
26
+
27
+ J. Tiedemann, 2012, Parallel Data, Tools and Interfaces in OPUS. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)
28
+
29
+ El-Kishky, Ahmed and Renduchintala, Adi and Cross, James and Guzmn, Francisco and Koehn, Philipp - {XLEnt}: Mining Cross-lingual Entities with Lexical-Semantic-Phonetic Word Alignment
30
+
packages/translate-en_tr-1_5/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package_version": "1.5",
3
+ "argos_version": "1.5",
4
+ "from_code": "en",
5
+ "from_name": "English",
6
+ "to_code": "tr",
7
+ "to_name": "Turkish"
8
+ }
packages/translate-en_tr-1_5/model/shared_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-en_tr-1_5/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-es_pt-1_0/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # Spanish - Portuguese version 1.0
packages/translate-es_pt-1_0/metadata.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"package_version": "1.0", "argos_version": "1.9.0", "from_code": "es", "from_name": "Spanish", "to_code": "pt", "to_name": "Portuguese"}
packages/translate-es_pt-1_0/model/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_source_bos": false,
3
+ "add_source_eos": false,
4
+ "bos_token": "<s>",
5
+ "decoder_start_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "layer_norm_epsilon": null,
8
+ "unk_token": "<unk>"
9
+ }
packages/translate-es_pt-1_0/model/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-es_pt-1_0/stanza/resources.json ADDED
The diff for this file is too large to render. See raw diff
 
packages/translate-eu_en-1_9/README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Basque-English
2
+
3
+ Data compiled by [Opus](https://opus.nlpl.eu/).
4
+
5
+ Dictionary data from Wiktionary using [Wiktextract](https://github.com/tatuylonen/wiktextract).
6
+
7
+ Includes pretrained models from [Stanza](https://github.com/stanfordnlp/stanza/).
8
+
9
+ Credits:
packages/translate-eu_en-1_9/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "package_version": "1.9",
3
+ "argos_version": "1.5",
4
+ "from_code": "eu",
5
+ "from_name": "Basque",
6
+ "to_code": "en",
7
+ "to_name": "English"
8
+ }
packages/translate-eu_en-1_9/model/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_source_bos": false,
3
+ "add_source_eos": false,
4
+ "bos_token": "<s>",
5
+ "decoder_start_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "layer_norm_epsilon": null,
8
+ "multi_query_attention": false,
9
+ "unk_token": "<unk>"
10
+ }
packages/translate-eu_en-1_9/model/shared_vocabulary.json ADDED
The diff for this file is too large to render. See raw diff