Skip to content

Commit

Permalink
qat option fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsJacobs committed Apr 8, 2023
1 parent 44213f4 commit e9849cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_TI_step_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ teacher_stochastic=0
teacher_inverted=0

# Training Type (downstream, qat_normal, qat_step1, qat_step2)
training_type=qat_normal
training_type=qat_step1

# DA Options
aug_train=0
Expand All @@ -56,4 +56,4 @@ CUDA_VISIBLE_DEVICES=$1 python /home/ms/workspace/git/Teacher-Intervention-KD-QA
--neptune ${neptune} \
--aug_N ${aug_N} \
--num_train_epochs 3 --seed 1 \
--learning_rate ${learning_rate}
--learning_rate ${learning_rate}

0 comments on commit e9849cb

Please sign in to comment.