sagawa commited on
Commit
87d15a7
1 Parent(s): ed20c5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -56,6 +56,7 @@ We used the [Open Reaction Database (ORD) dataset](https://drive.google.com/file
56
  The command used for training is the following. For more information about data preprocessing and training, please refer to the paper and GitHub repository.
57
 
58
  ```python
 
59
  python train.py \
60
  --model='t5' \
61
  --epochs=100 \
 
56
  The command used for training is the following. For more information about data preprocessing and training, please refer to the paper and GitHub repository.
57
 
58
  ```python
59
+ cd task_forward
60
  python train.py \
61
  --model='t5' \
62
  --epochs=100 \