Update README_English.md
Browse files- README_English.md +3 -2
README_English.md
CHANGED
@@ -6,8 +6,9 @@ metrics:
|
|
6 |
- bleu (Gold2): 47.1
|
7 |
- bleu (Flores): 32.3
|
8 |
- bleu (Test-suite): 42.7
|
|
|
9 |
---
|
10 |
-
|
11 |
---
|
12 |
|
13 |
**Model Description**
|
@@ -24,7 +25,7 @@ OpenNMT model for English-Galician using a transformer architecture.
|
|
24 |
```bash
|
25 |
onmt_translate -src input_text -model NOS-MT-en-gl -output ./output_file.txt -replace_unk -gpu 0
|
26 |
```
|
27 |
-
+
|
28 |
|
29 |
**Training**
|
30 |
|
|
|
6 |
- bleu (Gold2): 47.1
|
7 |
- bleu (Flores): 32.3
|
8 |
- bleu (Test-suite): 42.7
|
9 |
+
|
10 |
---
|
11 |
+
License: MIT
|
12 |
---
|
13 |
|
14 |
**Model Description**
|
|
|
25 |
```bash
|
26 |
onmt_translate -src input_text -model NOS-MT-en-gl -output ./output_file.txt -replace_unk -gpu 0
|
27 |
```
|
28 |
+
+ The result of the translation will be in the PATH indicated by the -output flag.
|
29 |
|
30 |
**Training**
|
31 |
|