update to run.sh
This commit is contained in:
parent
234b6031b1
commit
12219ffa2a
114
run-rai.sh
114
run-rai.sh
|
|
@ -10,104 +10,6 @@ bsize=2
|
||||||
txt_model=mbert
|
txt_model=mbert
|
||||||
dataset=rai
|
dataset=rai
|
||||||
|
|
||||||
# config="-p"
|
|
||||||
# echo "[Running gFun config: $config]"
|
|
||||||
# python main.py $config \
|
|
||||||
# -d $dataset\
|
|
||||||
# --nosave \
|
|
||||||
# --n_jobs $njobs \
|
|
||||||
# --clf_type $clf \
|
|
||||||
# --patience $patience \
|
|
||||||
# --evaluate_step $eval_every \
|
|
||||||
# --batch_size $bsize \
|
|
||||||
# --max_length $text_len \
|
|
||||||
# --textual_lr $text_lr \
|
|
||||||
# --textual_trf_name $txt_model\
|
|
||||||
|
|
||||||
config="-m"
|
|
||||||
echo "[Running gFun config: $config]"
|
|
||||||
python main.py $config \
|
|
||||||
-d $dataset\
|
|
||||||
--nosave \
|
|
||||||
--n_jobs $njobs \
|
|
||||||
--clf_type $clf \
|
|
||||||
--patience $patience \
|
|
||||||
--evaluate_step $eval_every \
|
|
||||||
--batch_size $bsize \
|
|
||||||
--max_length $text_len \
|
|
||||||
--textual_lr $text_lr \
|
|
||||||
--textual_trf_name $txt_model\
|
|
||||||
|
|
||||||
config="-w"
|
|
||||||
echo "[Running gFun config: $config]"
|
|
||||||
python main.py $config \
|
|
||||||
-d $dataset\
|
|
||||||
--nosave \
|
|
||||||
--n_jobs $njobs \
|
|
||||||
--clf_type $clf \
|
|
||||||
--patience $patience \
|
|
||||||
--evaluate_step $eval_every \
|
|
||||||
--batch_size $bsize \
|
|
||||||
--max_length $text_len \
|
|
||||||
--textual_lr $text_lr \
|
|
||||||
--textual_trf_name $txt_model\
|
|
||||||
|
|
||||||
config="-t"
|
|
||||||
echo "[Running gFun config: $config]"
|
|
||||||
python main.py $config \
|
|
||||||
-d $dataset\
|
|
||||||
--nosave \
|
|
||||||
--n_jobs $njobs \
|
|
||||||
--clf_type $clf \
|
|
||||||
--patience $patience \
|
|
||||||
--evaluate_step $eval_every \
|
|
||||||
--batch_size $bsize \
|
|
||||||
--max_length $text_len \
|
|
||||||
--textual_lr $text_lr \
|
|
||||||
--textual_trf_name $txt_model\
|
|
||||||
|
|
||||||
config="-pm"
|
|
||||||
echo "[Running gFun config: $config]"
|
|
||||||
python main.py $config \
|
|
||||||
-d $dataset\
|
|
||||||
--nosave \
|
|
||||||
--n_jobs $njobs \
|
|
||||||
--clf_type $clf \
|
|
||||||
--patience $patience \
|
|
||||||
--evaluate_step $eval_every \
|
|
||||||
--batch_size $bsize \
|
|
||||||
--max_length $text_len \
|
|
||||||
--textual_lr $text_lr \
|
|
||||||
--textual_trf_name $txt_model\
|
|
||||||
|
|
||||||
config="-pmw"
|
|
||||||
echo "[Running gFun config: $config]"
|
|
||||||
python main.py $config \
|
|
||||||
-d $dataset\
|
|
||||||
--nosave \
|
|
||||||
--n_jobs $njobs \
|
|
||||||
--clf_type $clf \
|
|
||||||
--patience $patience \
|
|
||||||
--evaluate_step $eval_every \
|
|
||||||
--batch_size $bsize \
|
|
||||||
--max_length $text_len \
|
|
||||||
--textual_lr $text_lr \
|
|
||||||
--textual_trf_name $txt_model\
|
|
||||||
|
|
||||||
config="-pt"
|
|
||||||
echo "[Running gFun config: $config]"
|
|
||||||
python main.py $config \
|
|
||||||
-d $dataset\
|
|
||||||
--nosave \
|
|
||||||
--n_jobs $njobs \
|
|
||||||
--clf_type $clf \
|
|
||||||
--patience $patience \
|
|
||||||
--evaluate_step $eval_every \
|
|
||||||
--batch_size $bsize \
|
|
||||||
--max_length $text_len \
|
|
||||||
--textual_lr $text_lr \
|
|
||||||
--textual_trf_name $txt_model\
|
|
||||||
|
|
||||||
config="-pmt"
|
config="-pmt"
|
||||||
echo "[Running gFun config: $config]"
|
echo "[Running gFun config: $config]"
|
||||||
python main.py $config \
|
python main.py $config \
|
||||||
|
|
@ -120,18 +22,4 @@ python main.py $config \
|
||||||
--batch_size $bsize \
|
--batch_size $bsize \
|
||||||
--max_length $text_len \
|
--max_length $text_len \
|
||||||
--textual_lr $text_lr \
|
--textual_lr $text_lr \
|
||||||
--textual_trf_name $txt_model\
|
--textual_trf_name $txt_model \
|
||||||
|
|
||||||
config="-pmwt"
|
|
||||||
echo "[Running gFun config: $config]"
|
|
||||||
python main.py $config \
|
|
||||||
-d $dataset\
|
|
||||||
--nosave \
|
|
||||||
--n_jobs $njobs \
|
|
||||||
--clf_type $clf \
|
|
||||||
--patience $patience \
|
|
||||||
--evaluate_step $eval_every \
|
|
||||||
--batch_size $bsize \
|
|
||||||
--max_length $text_len \
|
|
||||||
--textual_lr $text_lr \
|
|
||||||
--textual_trf_name $txt_model\
|
|
||||||
Loading…
Reference in New Issue