Update README.md
Browse files
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 \
|