Skip to content
Snippets Groups Projects
Commit 7f82cc0c authored by zqwerty's avatar zqwerty
Browse files

update run_rg.sh: add create_data script

parent 6f318bea
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ gradient_accumulation_steps=1 ...@@ -18,6 +18,8 @@ gradient_accumulation_steps=1
lr=1e-3 lr=1e-3
num_train_epochs=5 num_train_epochs=5
python create_data.py --tasks ${task_name} --datasets ${dataset_name} --save_dir "data"
python -m torch.distributed.launch \ python -m torch.distributed.launch \
--nproc_per_node ${n_gpus} run_seq2seq.py \ --nproc_per_node ${n_gpus} run_seq2seq.py \
--task_name ${task_name} \ --task_name ${task_name} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment