pinzhenchen commited on
Commit
a17c543
1 Parent(s): 4d71466

update README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,8 +13,8 @@ This repository contains the translation model for eu-en trained with HPLT data
13
 
14
  ### Model Info
15
 
16
- * Source language: eu
17
- * Target language: en
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 eu-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
- *Note* that for quality considerations, we recommend using `[HPLT/translate-eu-en-v1.0-hplt_opus](https://huggingface.co/HPLT/translate-eu-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
 
 
13
 
14
  ### Model Info
15
 
16
+ * Source language: Basque
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-eu-en-v1.0-hplt_opus](https://huggingface.co/HPLT/translate-eu-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