From 9bba9352e5f8a89a32ab14e9546a158750cdbfaf Mon Sep 17 00:00:00 2001 From: Paarth Neekhara Date: Wed, 23 Aug 2017 19:54:50 +0530 Subject: [PATCH] Changed some formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6dbb69e..7a25589 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,10 @@ Create the following directories ```Data/tb_summaries/translator_model```, ```Da ## Generating Samples -| Text Generation | Machine Translation | -| ----- | -----| -| Generate new samples using : ```python generate.py --seed="SOME_TEXT_TO_START_WITH"``` --sample_size=| You can test sample translations from the dataset using ```python translate.py```. This will pick random source sentences from the dataset and translate them.| +- Generate new samples using : + * ```python generate.py --seed="SOME_TEXT_TO_START_WITH" --sample_size=``` +- You can test sample translations from the dataset using ```python translate.py```. + * This will pick random source sentences from the dataset and translate them. #### Sample Generations