-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun_ACT.sh
11 lines (9 loc) · 929 Bytes
/
run_ACT.sh
1
2
3
4
5
6
7
8
9
10
11
python main.py --model_type=gpt2 --model_name_or_path gpt2 --shots 10 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2 --model_name_or_path gpt2 --shots 20 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2 --model_name_or_path gpt2 --shots 29 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2-large --model_name_or_path gpt2-large --shots 10 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2-large --model_name_or_path gpt2-large --shots 20 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2-large --model_name_or_path gpt2-large --shots 29 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2-xl --model_name_or_path gpt2-xl --shots 10 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2-xl --model_name_or_path gpt2-xl --shots 20 --task MWOZ_ACT --length 2
python main.py --model_type=gpt2-xl --model_name_or_path gpt2-xl --shots 29 --task MWOZ_ACT --length 2