update README
Browse files
README.md
CHANGED
|
@@ -13,8 +13,8 @@ This repository contains the translation model for sw-en trained with HPLT data
|
|
| 13 |
|
| 14 |
### Model Info
|
| 15 |
|
| 16 |
-
* Source language:
|
| 17 |
-
* Target language:
|
| 18 |
* Data: HPLT data only
|
| 19 |
* Model architecture: Transformer-base
|
| 20 |
* Tokenizer: SentencePiece (Unigram)
|
|
@@ -23,7 +23,7 @@ This repository contains the translation model for sw-en trained with HPLT data
|
|
| 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 |
|
|
|
|
| 13 |
|
| 14 |
### Model Info
|
| 15 |
|
| 16 |
+
* Source language: Swahili
|
| 17 |
+
* Target language: English
|
| 18 |
* Data: HPLT data only
|
| 19 |
* Model architecture: Transformer-base
|
| 20 |
* Tokenizer: SentencePiece (Unigram)
|
|
|
|
| 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 |
+
**Note** that for quality considerations, we recommend using [HPLT/translate-sw-en-v1.0-hplt_opus](https://huggingface.co/HPLT/translate-sw-en-v1.0-hplt_opus) instead of this model.
|
| 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 |
|