meg HF Staff commited on
Commit
1323b15
·
verified ·
1 Parent(s): 65b9968

Update train.sh

Browse files
Files changed (1) hide show
  1. train.sh +2 -2
train.sh CHANGED
@@ -4,8 +4,8 @@ echo "Starting attempt at training with default from git repo!"
4
  #cd teaching_arithmetic
5
  pwd
6
  ls
7
- mkdir out
8
- python train.py config2/addition/plain/train_addition_bal.py \
9
  --ckpt_path_name="ckpt_10000.pt" \
10
  --out_dir='out/addition_plain' \
11
  --data_type='text' --data_format='plain' \
 
4
  #cd teaching_arithmetic
5
  pwd
6
  ls
7
+ mkdir /app/teaching_arithmetic/out
8
+ python /app/teaching_arithmetic/train.py config2/addition/plain/train_addition_bal.py \
9
  --ckpt_path_name="ckpt_10000.pt" \
10
  --out_dir='out/addition_plain' \
11
  --data_type='text' --data_format='plain' \