bhavitvyamalik
commited on
Commit
โข
88e58c1
1
Parent(s):
2003bc7
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ This repository contains the model weights for translation models trained with M
|
|
16 |
* Dataset: HPLT only
|
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/ar
|
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 |
|
@@ -25,5 +25,5 @@ To run inference with Marian, refer to the [Inference/Decoding/Translation](http
|
|
25 |
|
26 |
| testset | BLEU | chr-F | comet |
|
27 |
| -------------------------------------- | ---- | ----- | ----- |
|
28 |
-
| flores200 | 35.0 | 58.5 | 0.
|
29 |
-
| ntrex | 28.6 | 54.6 | 0.
|
|
|
16 |
* Dataset: HPLT only
|
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-ar/raw/v0)
|
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 |
|
|
|
25 |
|
26 |
| testset | BLEU | chr-F | comet |
|
27 |
| -------------------------------------- | ---- | ----- | ----- |
|
28 |
+
| flores200 | 35.0 | 58.5 | 0.8396 |
|
29 |
+
| ntrex | 28.6 | 54.6 | 0.8194 |
|