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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- --model='t5' \
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 \