Skip to content

Commit

Permalink
Changed some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paarthneekhara authored Aug 23, 2017
1 parent 123d9ee commit 9bba935
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<SIZE OF GENERATED SEQUENCE>| 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=<SIZE OF GENERATED SEQUENCE>```
- 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

Expand Down

0 comments on commit 9bba935

Please sign in to comment.