Update README_english.md
Browse files- README_english.md +1 -3
README_english.md
CHANGED
|
@@ -4,8 +4,6 @@ language:
|
|
| 4 |
- gl
|
| 5 |
---
|
| 6 |
|
| 7 |
-
**English text [here](https://huggingface.co/proxectonos/Nos_MT-CT2-en-gl/edit/main/README_English.md)**
|
| 8 |
-
|
| 9 |
**Model Description**
|
| 10 |
|
| 11 |
Model built with OpenNMT-py 3.5.2 for the English-Galician pair using a transformer architecture. The model was converted to the CTranslate2 format.
|
|
@@ -28,7 +26,7 @@ Model built with OpenNMT-py 3.5.2 for the English-Galician pair using a transfor
|
|
| 28 |
sed -i 's/@@ //g' output.txt
|
| 29 |
```
|
| 30 |
```bash
|
| 31 |
-
perl detokenizer.perl <
|
| 32 |
```
|
| 33 |
### Example translate.py file : Running CTranslate2 from Python
|
| 34 |
<details>
|
|
|
|
| 4 |
- gl
|
| 5 |
---
|
| 6 |
|
|
|
|
|
|
|
| 7 |
**Model Description**
|
| 8 |
|
| 9 |
Model built with OpenNMT-py 3.5.2 for the English-Galician pair using a transformer architecture. The model was converted to the CTranslate2 format.
|
|
|
|
| 26 |
sed -i 's/@@ //g' output.txt
|
| 27 |
```
|
| 28 |
```bash
|
| 29 |
+
perl detokenizer.perl < output.txt >final_output.txt
|
| 30 |
```
|
| 31 |
### Example translate.py file : Running CTranslate2 from Python
|
| 32 |
<details>
|