imdbo commited on
Commit
2106d2c
1 Parent(s): b5930d3

correct name bpe file in readme

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. README_English.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Modelo feito con OpenNMT-py 3.2 para as línguas do Reino de España e inglés u
26
  ```
27
  + Traducir un input.txt utilizando o modelo cos seguintes comandos:
28
  ```bash
29
- subword_nmt.apply_bpe -c ./bpe/es.bpe < input.txt > input.bpe
30
  ```
31
  ```bash
32
  python3 translate.py ./ct2-multi input.bpe > output.txt
 
26
  ```
27
  + Traducir un input.txt utilizando o modelo cos seguintes comandos:
28
  ```bash
29
+ subword_nmt.apply_bpe -c ./bpe/mnmt_25.bpe < input.txt > input.bpe
30
  ```
31
  ```bash
32
  python3 translate.py ./ct2-multi input.bpe > output.txt
README_English.md CHANGED
@@ -26,7 +26,7 @@ Model created with OpenNMT-py 3.2 for the languages of the Kingdom of Spain and
26
  ```
27
  + Translate an input.txt using the model with the following commands:
28
  ```bash
29
- subword_nmt.apply_bpe -c ./bpe/es.bpe < input.txt > input.bpe
30
  ```
31
  ```bash
32
  python3 translate.py ./ct2-multi input.bpe > output.txt
 
26
  ```
27
  + Translate an input.txt using the model with the following commands:
28
  ```bash
29
+ subword_nmt.apply_bpe -c ./bpe/mnmt_25.bpe < input.txt > input.bpe
30
  ```
31
  ```bash
32
  python3 translate.py ./ct2-multi input.bpe > output.txt