Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
adityagandhamal authored Aug 28, 2020
1 parent da5f2d6 commit ef6c0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To train a model on CASE HPC one needs to run the train.sh file placed in Neural
After training, the trained model will be saved in language($src-$tgt) subdirectory in the models directory. The saved model would be something like "model_15.pt" and it should be renamed to "model_15_best.pt".

## Translation
This project supports translation of both normal text file or news transcripts in any supported language pair.
This project supports translation of both normal text file and news transcripts in any supported language pair.
To translate any input news transcript, run the following commands:
```bash
cd Neural-Machine-Translation/scripts
Expand Down

0 comments on commit ef6c0c7

Please sign in to comment.