Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ The command used for training is the following. For more information about data
|
|
| 58 |
```python
|
| 59 |
cd task_forward
|
| 60 |
python train.py \
|
| 61 |
-
--
|
| 62 |
--epochs=100 \
|
| 63 |
--lr=1e-3 \
|
| 64 |
--batch_size=32 \
|
|
|
|
| 58 |
```python
|
| 59 |
cd task_forward
|
| 60 |
python train.py \
|
| 61 |
+
--output_dir='t5' \
|
| 62 |
--epochs=100 \
|
| 63 |
--lr=1e-3 \
|
| 64 |
--batch_size=32 \
|