Update README_English.md
Browse files- README_English.md +1 -1
README_English.md
CHANGED
@@ -32,7 +32,7 @@ In the training we have used authentic and synthetic corpora from [ProxectoNós]
|
|
32 |
|
33 |
**Training process**
|
34 |
|
35 |
-
+
|
36 |
+ Vocabulary for the models was created by the script [learn_bpe.py](https://github.com/OpenNMT/OpenNMT-py/blob/master/tools/learn_bpe.py) of OpenNMT
|
37 |
+ Using the .yaml in this repository you can replicate the training process as follows
|
38 |
|
|
|
32 |
|
33 |
**Training process**
|
34 |
|
35 |
+
+ Tokenisation of the datasets made with LinguaKit tokeniser https://github.com/citiususc/Linguakit
|
36 |
+ Vocabulary for the models was created by the script [learn_bpe.py](https://github.com/OpenNMT/OpenNMT-py/blob/master/tools/learn_bpe.py) of OpenNMT
|
37 |
+ Using the .yaml in this repository you can replicate the training process as follows
|
38 |
|