Interpretation for english autoencoder (seq2seq model).
Change directory to src/ and run the following command to preprocess and generate training data.
python make_dataset.py ../data/
Run the following command to prepapre model folder. Feel free to open the models/seq2seq/config.json to tune some hyperparameters.
mkdir ../models/<your_model_folder>
cp ../models/seq2seq/config.json ../models/<your_model_folder>
Run the following command to start training.
python train.py ../models/<your_model_folder>/
Trained model will saved in the folder models/