pinzhenchen commited on
Commit
8dddc01
1 Parent(s): d6b75df

update README

Browse files
Files changed (1) hide show
  1. README.md +22 -8
README.md CHANGED
@@ -7,23 +7,37 @@ tags:
7
  license: cc-by-4.0
8
  ---
9
 
10
- ### Translation model for is-en OPUS_HPLT v1.0
11
 
12
- This repository contains the model weights for translation models trained with Marian for HPLT project. For usage instructions, evaluation scripts, and inference scripts, please refer to the [HPLT-MT-Models v1.0](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0) GitHub repository.
 
 
13
 
14
  * Source language: is
15
  * Target language: en
16
- * Dataset: All of OPUS including HPLT
17
- * Model: transformer-base
18
  * Tokenizer: SentencePiece (Unigram)
19
- * Cleaning: We use OpusCleaner for cleaning the corpus. Details about rules used can be found in the filter files in [Github](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0/data/en-is/raw/v2)
 
 
 
 
 
20
 
21
- To run inference with Marian, refer to the [Inference/Decoding/Translation](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0#inferencedecodingtranslation) section of our GitHub repository.
22
 
 
23
 
24
- ## Benchmarks
25
 
26
- | testset | BLEU | chr-F | COMET-22 |
27
  | -------------------------------------- | ---- | ----- | ----- |
28
  | flores200 | 31.5 | 55.5 | 0.8407 |
29
  | ntrex | 30.1 | 54.6 | 0.845 |
 
 
 
 
 
 
 
7
  license: cc-by-4.0
8
  ---
9
 
10
+ ## HPLT MT release v1.0
11
 
12
+ This repository contains the translation model for is-en trained with OPUS and HPLT data. For usage instructions, evaluation scripts, and inference scripts, please refer to the [HPLT-MT-Models v1.0](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0) GitHub repository.
13
+
14
+ ### Model Info
15
 
16
  * Source language: is
17
  * Target language: en
18
+ * Dataset: OPUS and HPLT data
19
+ * Model architecture: Transformer-base
20
  * Tokenizer: SentencePiece (Unigram)
21
+ * Cleaning: We used OpusCleaner with a set of basic rules. Details can be found in the filter files in [Github](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0/data/en-is/raw/v2)
22
+
23
+ You can also read our deliverable report [here](https://hplt-project.org/HPLT_D5_1___Translation_models_for_select_language_pairs.pdf) for more details.
24
+
25
+ ### Usage
26
+
27
 
28
+ The model has been trained with Marian. To run inference, refer to the [Inference/Decoding/Translation](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0#inferencedecodingtranslation) section of our GitHub repository.
29
 
30
+ The model can be used with the Hugging Face framework if the weights are converted to the Hugging Face format. We might provide this in the future; contributions are also welcome.
31
 
32
+ ### Benchmarks
33
 
34
+ | testset | BLEU | chrF++ | COMET22 |
35
  | -------------------------------------- | ---- | ----- | ----- |
36
  | flores200 | 31.5 | 55.5 | 0.8407 |
37
  | ntrex | 30.1 | 54.6 | 0.845 |
38
+
39
+ ### Acknowledgements
40
+
41
+ This project has received funding from the European Union's Horizon Europe research and innovation programme under grant agreement No 101070350 and from UK Research and Innovation (UKRI) under the UK government's Horizon Europe funding guarantee [grant number 10052546]
42
+
43
+ Brought to you by researchers from the University of Edinburgh, Charles University in Prague, and the whole HPLT consortium.