Commit
路
c94b370
1
Parent(s):
bd4ec79
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Modelo feito con OpenNMT para o par ingl茅s-galego utilizando unha arquitectura
|
|
23 |
+ Traducir un input_text utilizando o modelo NOS-MT-en-gl co seguinte comando:
|
24 |
|
25 |
```bash
|
26 |
-
onmt_translate -src input_text聽-model NOS-MT-en-gl -output ./output_file.txt -replace_unk -
|
27 |
```
|
28 |
+ O resultado da traduci贸n estar谩 no PATH indicado no flag -output.
|
29 |
|
|
|
23 |
+ Traducir un input_text utilizando o modelo NOS-MT-en-gl co seguinte comando:
|
24 |
|
25 |
```bash
|
26 |
+
onmt_translate -src input_text聽-model NOS-MT-en-gl -output ./output_file.txt -replace_unk -gpu 0
|
27 |
```
|
28 |
+ O resultado da traduci贸n estar谩 no PATH indicado no flag -output.
|
29 |
|