Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,17 @@ Run pipeline.py file with the ATF/txt input file, the results will be in ATF_OUT
If you are using text file as input rather than ATF, set atf argument as False, the CDLI-conll files and atf output will not be generated in that case
```
git clone https://github.com/cdli-gh/Sumerian-Translation-Pipeline.git
```
```
cd Sumerian-Translation-Pipeline
```
```
pip3 install `cat requirments.txt`
```
```
wget https://cdlisumerianunmt.s3.us-east-2.amazonaws.com/BackTranslation/5st/_step_10000.pt -O Translation_Models/Back_Translation.pt
```
```
python3 pipeline.py -i ATF_INPUT/demo.atf -o ATF_OUTPUT/
```
Backtranslation Model is set as default, to download other weights please check [Translation_Models](https://github.com/cdli-gh/Sumerian-Translation-Pipeline/tree/master/Translation_Models) Repository
Expand Down