jkot commited on
Commit
acc0277
·
1 Parent(s): c6e6963

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,4 +1,7 @@
1
  To train model and run evaluation:
 
2
  Download and extract the europarl cs_en from https://www.statmt.org/europarl/ to datasets/europarl/ folder
 
3
  Install requirements using pip install -r requirements.txt
 
4
  Run scripts in order create_dataset_splits.py, train_tokenizers.py, preprocess_dataset.py, train.py and eval.py
 
1
  To train model and run evaluation:
2
+
3
  Download and extract the europarl cs_en from https://www.statmt.org/europarl/ to datasets/europarl/ folder
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