Skip to content

Commit

Permalink
Update train.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwanjun authored May 27, 2022
1 parent d1a3fd9 commit 5ca270b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corpus_construction/question_generation/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export BASIC_DIR=../../../
for DATA_NAME in race_negopt_withq
do
python -m torch.distributed.launch --nproc_per_node=8 run_qg.py \
--model_name_or_path t5-large \
--output_dir ${BASIC_DIR}/qg_model/t5-large-qg-${DATA_NAME} \
--model_name_or_path google/t5-v1_1-base \
--output_dir ${BASIC_DIR}/qg_model/t5-base-qg-${DATA_NAME} \
--data_dir ${BASIC_DIR}/qg_data/${DATA_NAME}/ \
--train_file_path train.jsonl \
--valid_file_path validation.jsonl \
Expand Down

0 comments on commit 5ca270b

Please sign in to comment.