Skip to content

Commit

Permalink
update run_glue.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shikher7 committed Dec 25, 2022
1 parent 0ac87be commit 9485730
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions run_glue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ source ./yaml_parser.sh
# model path should be same location as this shell file
#python src/glue/download_glue_data.py
export output_dir="output_glue"
export exp_name="exp01"
export exp_name="exp03"
eval $(parse_yaml src/config/glue_config.yaml "config_")
mkdir $output_dir
mkdir $output_dir/$exp_name/
mkdir $output_dir/$exp_name/$config_task1_task_name
mkdir $output_dir/$exp_name/$config_task1_task_name
mkdir $output_dir/$exp_name/$config_task1_task_name
mkdir $output_dir/$exp_name/$config_task2_task_name
mkdir $output_dir/$exp_name/$config_task3_task_name
export path_to_models="models"
python src/glue/run_glue.py \
--model_type $config_task1_model_type \
Expand Down

0 comments on commit 9485730

Please sign in to comment.