Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bepoetree authored Jul 19, 2021
1 parent b202287 commit 772c910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ If you want to preprocess MultiWOZ2.0 data, set '-version' to '2.0'.

Our implementation supports a single GPU. Please use smaller batch sizes if out-of-memory error raises.

### MTTOD without auxiliary task (for the ablation)
-MTTOD without auxiliary task (for the ablation)
```
python main.py -run_type train -model_dir checkpoints/ablation
```

### MTTOD with auxiliary task
-MTTOD with auxiliary task
```
python main.py -run_type train -model_dir checkpoints/mttod -add_auxiliary_task
```
Expand Down

0 comments on commit 772c910

Please sign in to comment.