tiedeman commited on
Commit
9ead5f8
1 Parent(s): ff12e86

Initial commit

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.spm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ - kn
6
+ - kru
7
+ - ml
8
+ - ta
9
+ - tcy
10
+ - te
11
+
12
+ tags:
13
+ - translation
14
+ - opus-mt-tc-bible
15
+
16
+ license: apache-2.0
17
+ model-index:
18
+ - name: opus-mt-tc-bible-big-dra-en
19
+ results:
20
+ - task:
21
+ name: Translation multi-eng
22
+ type: translation
23
+ args: multi-eng
24
+ dataset:
25
+ name: tatoeba-test-v2020-07-28-v2023-09-26
26
+ type: tatoeba_mt
27
+ args: multi-eng
28
+ metrics:
29
+ - name: BLEU
30
+ type: bleu
31
+ value: 41.4
32
+ - name: chr-F
33
+ type: chrf
34
+ value: 0.56474
35
+ ---
36
+ # opus-mt-tc-bible-big-dra-en
37
+
38
+ ## Table of Contents
39
+ - [Model Details](#model-details)
40
+ - [Uses](#uses)
41
+ - [Risks, Limitations and Biases](#risks-limitations-and-biases)
42
+ - [How to Get Started With the Model](#how-to-get-started-with-the-model)
43
+ - [Training](#training)
44
+ - [Evaluation](#evaluation)
45
+ - [Citation Information](#citation-information)
46
+ - [Acknowledgements](#acknowledgements)
47
+
48
+ ## Model Details
49
+
50
+ Neural machine translation model for translating from Dravidian languages (dra) to English (en).
51
+
52
+ This model is part of the [OPUS-MT project](https://github.com/Helsinki-NLP/Opus-MT), an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of [Marian NMT](https://marian-nmt.github.io/), an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from [OPUS](https://opus.nlpl.eu/) and training pipelines use the procedures of [OPUS-MT-train](https://github.com/Helsinki-NLP/Opus-MT-train).
53
+ **Model Description:**
54
+ - **Developed by:** Language Technology Research Group at the University of Helsinki
55
+ - **Model Type:** Translation (transformer-big)
56
+ - **Release**: 2024-08-17
57
+ - **License:** Apache-2.0
58
+ - **Language(s):**
59
+ - Source Language(s): kan kru mal tam tcy tel
60
+ - Target Language(s): eng
61
+ - **Original Model**: [opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/dra-eng/opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.zip)
62
+ - **Resources for more information:**
63
+ - [OPUS-MT dashboard](https://opus.nlpl.eu/dashboard/index.php?pkg=opusmt&test=all&scoreslang=all&chart=standard&model=Tatoeba-MT-models/dra-eng/opusTCv20230926max50%2Bbt%2Bjhubc_transformer-big_2024-08-17)
64
+ - [OPUS-MT-train GitHub Repo](https://github.com/Helsinki-NLP/OPUS-MT-train)
65
+ - [More information about MarianNMT models in the transformers library](https://huggingface.co/docs/transformers/model_doc/marian)
66
+ - [Tatoeba Translation Challenge](https://github.com/Helsinki-NLP/Tatoeba-Challenge/)
67
+ - [HPLT bilingual data v1 (as part of the Tatoeba Translation Challenge dataset)](https://hplt-project.org/datasets/v1)
68
+ - [A massively parallel Bible corpus](https://aclanthology.org/L14-1215/)
69
+
70
+ ## Uses
71
+
72
+ This model can be used for translation and text-to-text generation.
73
+
74
+ ## Risks, Limitations and Biases
75
+
76
+ **CONTENT WARNING: Readers should be aware that the model is trained on various public data sets that may contain content that is disturbing, offensive, and can propagate historical and current stereotypes.**
77
+
78
+ Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al. (2021)](https://aclanthology.org/2021.acl-long.330.pdf) and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)).
79
+
80
+ ## How to Get Started With the Model
81
+
82
+ A short example code:
83
+
84
+ ```python
85
+ from transformers import MarianMTModel, MarianTokenizer
86
+
87
+ src_text = [
88
+ "ಕೆಲವೊಂದು ಅಗ್ನಿಶಾಮಕರು ಗಾಯ ಪಟ್ಟರು.",
89
+ "నువ్వు చాల త్వరగా వచ్చావు"
90
+ ]
91
+
92
+ model_name = "pytorch-models/opus-mt-tc-bible-big-dra-en"
93
+ tokenizer = MarianTokenizer.from_pretrained(model_name)
94
+ model = MarianMTModel.from_pretrained(model_name)
95
+ translated = model.generate(**tokenizer(src_text, return_tensors="pt", padding=True))
96
+
97
+ for t in translated:
98
+ print( tokenizer.decode(t, skip_special_tokens=True) )
99
+
100
+ # expected output:
101
+ # Several firefighters were injured.
102
+ # You've come to quickly
103
+ ```
104
+
105
+ You can also use OPUS-MT models with the transformers pipelines, for example:
106
+
107
+ ```python
108
+ from transformers import pipeline
109
+ pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-tc-bible-big-dra-en")
110
+ print(pipe("ಕೆಲವೊಂದು ಅಗ್ನಿಶಾಮಕರು ಗಾಯ ಪಟ್ಟರು."))
111
+
112
+ # expected output: Several firefighters were injured.
113
+ ```
114
+
115
+ ## Training
116
+
117
+ - **Data**: opusTCv20230926max50+bt+jhubc ([source](https://github.com/Helsinki-NLP/Tatoeba-Challenge))
118
+ - **Pre-processing**: SentencePiece (spm32k,spm32k)
119
+ - **Model Type:** transformer-big
120
+ - **Original MarianNMT Model**: [opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/dra-eng/opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.zip)
121
+ - **Training Scripts**: [GitHub Repo](https://github.com/Helsinki-NLP/OPUS-MT-train)
122
+
123
+ ## Evaluation
124
+
125
+ * [Model scores at the OPUS-MT dashboard](https://opus.nlpl.eu/dashboard/index.php?pkg=opusmt&test=all&scoreslang=all&chart=standard&model=Tatoeba-MT-models/dra-eng/opusTCv20230926max50%2Bbt%2Bjhubc_transformer-big_2024-08-17)
126
+ * test set translations: [opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/dra-eng/opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.test.txt)
127
+ * test set scores: [opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/dra-eng/opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17.eval.txt)
128
+ * benchmark results: [benchmark_results.txt](benchmark_results.txt)
129
+ * benchmark output: [benchmark_translations.zip](benchmark_translations.zip)
130
+
131
+ | langpair | testset | chr-F | BLEU | #sent | #words |
132
+ |----------|---------|-------|-------|-------|--------|
133
+ | multi-eng | tatoeba-test-v2020-07-28-v2023-09-26 | 0.56474 | 41.4 | 1587 | 10904 |
134
+
135
+ ## Citation Information
136
+
137
+ * Publications: [Democratizing neural machine translation with OPUS-MT](https://doi.org/10.1007/s10579-023-09704-w) and [OPUS-MT – Building open translation services for the World](https://aclanthology.org/2020.eamt-1.61/) and [The Tatoeba Translation Challenge – Realistic Data Sets for Low Resource and Multilingual MT](https://aclanthology.org/2020.wmt-1.139/) (Please, cite if you use this model.)
138
+
139
+ ```bibtex
140
+ @article{tiedemann2023democratizing,
141
+ title={Democratizing neural machine translation with {OPUS-MT}},
142
+ author={Tiedemann, J{\"o}rg and Aulamo, Mikko and Bakshandaeva, Daria and Boggia, Michele and Gr{\"o}nroos, Stig-Arne and Nieminen, Tommi and Raganato, Alessandro and Scherrer, Yves and Vazquez, Raul and Virpioja, Sami},
143
+ journal={Language Resources and Evaluation},
144
+ number={58},
145
+ pages={713--755},
146
+ year={2023},
147
+ publisher={Springer Nature},
148
+ issn={1574-0218},
149
+ doi={10.1007/s10579-023-09704-w}
150
+ }
151
+
152
+ @inproceedings{tiedemann-thottingal-2020-opus,
153
+ title = "{OPUS}-{MT} {--} Building open translation services for the World",
154
+ author = {Tiedemann, J{\"o}rg and Thottingal, Santhosh},
155
+ booktitle = "Proceedings of the 22nd Annual Conference of the European Association for Machine Translation",
156
+ month = nov,
157
+ year = "2020",
158
+ address = "Lisboa, Portugal",
159
+ publisher = "European Association for Machine Translation",
160
+ url = "https://aclanthology.org/2020.eamt-1.61",
161
+ pages = "479--480",
162
+ }
163
+
164
+ @inproceedings{tiedemann-2020-tatoeba,
165
+ title = "The Tatoeba Translation Challenge {--} Realistic Data Sets for Low Resource and Multilingual {MT}",
166
+ author = {Tiedemann, J{\"o}rg},
167
+ booktitle = "Proceedings of the Fifth Conference on Machine Translation",
168
+ month = nov,
169
+ year = "2020",
170
+ address = "Online",
171
+ publisher = "Association for Computational Linguistics",
172
+ url = "https://aclanthology.org/2020.wmt-1.139",
173
+ pages = "1174--1182",
174
+ }
175
+ ```
176
+
177
+ ## Acknowledgements
178
+
179
+ The work is supported by the [HPLT project](https://hplt-project.org/), funded by the European Union’s Horizon Europe research and innovation programme under grant agreement No 101070350. We are also grateful for the generous computational resources and IT infrastructure provided by [CSC -- IT Center for Science](https://www.csc.fi/), Finland, and the [EuroHPC supercomputer LUMI](https://www.lumi-supercomputer.eu/).
180
+
181
+ ## Model conversion info
182
+
183
+ * transformers version: 4.45.1
184
+ * OPUS-MT git hash: 0882077
185
+ * port time: Tue Oct 8 10:50:13 EEST 2024
186
+ * port machine: LM0-400-22516.local
benchmark_results.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ multi-eng tatoeba-test-v2020-07-28-v2023-09-26 0.56474 41.4 1587 10904
benchmark_translations.zip ADDED
File without changes
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pytorch-models/opus-mt-tc-bible-big-dra-en",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "MarianMTModel"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 0,
10
+ "classifier_dropout": 0.0,
11
+ "d_model": 1024,
12
+ "decoder_attention_heads": 16,
13
+ "decoder_ffn_dim": 4096,
14
+ "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 6,
16
+ "decoder_start_token_id": 62505,
17
+ "decoder_vocab_size": 62506,
18
+ "dropout": 0.1,
19
+ "encoder_attention_heads": 16,
20
+ "encoder_ffn_dim": 4096,
21
+ "encoder_layerdrop": 0.0,
22
+ "encoder_layers": 6,
23
+ "eos_token_id": 590,
24
+ "forced_eos_token_id": null,
25
+ "init_std": 0.02,
26
+ "is_encoder_decoder": true,
27
+ "max_length": null,
28
+ "max_position_embeddings": 1024,
29
+ "model_type": "marian",
30
+ "normalize_embedding": false,
31
+ "num_beams": null,
32
+ "num_hidden_layers": 6,
33
+ "pad_token_id": 62505,
34
+ "scale_embedding": true,
35
+ "share_encoder_decoder_embeddings": true,
36
+ "static_position_embeddings": true,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.45.1",
39
+ "use_cache": true,
40
+ "vocab_size": 62506
41
+ }
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bad_words_ids": [
4
+ [
5
+ 62505
6
+ ]
7
+ ],
8
+ "bos_token_id": 0,
9
+ "decoder_start_token_id": 62505,
10
+ "eos_token_id": 590,
11
+ "forced_eos_token_id": 590,
12
+ "max_length": 512,
13
+ "num_beams": 4,
14
+ "pad_token_id": 62505,
15
+ "transformers_version": "4.45.1"
16
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fdebcbac6e3c321073856034bd5001e90947e4a777a6dae7b8c2f387083253f
3
+ size 961733720
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c647baf4798b88a1942ddd99d9ca369ec5b03f5ef857317299719b6df7cf5c
3
+ size 961784965
source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0e1a414c11a1f8f5384e7e813f623ce6433e80932b6c03823a3aa611640aa4
3
+ size 1140441
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93038ba89bf4f36c76aa5982624290874e8347247ad686e2ad703baa60ac2322
3
+ size 804789
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"source_lang": "dra", "target_lang": "en", "unk_token": "<unk>", "eos_token": "</s>", "pad_token": "<pad>", "model_max_length": 512, "sp_model_kwargs": {}, "separate_vocabs": false, "special_tokens_map_file": null, "name_or_path": "marian-models/opusTCv20230926max50+bt+jhubc_transformer-big_2024-08-17/dra-en", "tokenizer_class": "MarianTokenizer"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff