Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,6 @@ Download and extract the europarl cs_en from https://www.statmt.org/europarl/ to
|
|
4 |
|
5 |
Install requirements using pip install -r requirements.txt
|
6 |
|
7 |
-
Run scripts in order create_dataset_splits.py, train_tokenizers.py, preprocess_dataset.py, train.py and eval.py
|
|
|
|
|
|
4 |
|
5 |
Install requirements using pip install -r requirements.txt
|
6 |
|
7 |
+
Run scripts in order create_dataset_splits.py, train_tokenizers.py, preprocess_dataset.py, train.py and eval.py
|
8 |
+
|
9 |
+
In the models folder, there is already trained model in .keras format and there are also dataset splits and pretrained tokenizers, so you can run evaluation directly
|