-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
12 lines (12 loc) · 1.32 KB
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name politifact --n_epochs 3 --n_samples 16 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name politifact --n_epochs 3 --n_samples 32 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name politifact --n_epochs 5 --n_samples 64 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name politifact --n_epochs 5 --n_samples 128 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name gossipcop --n_epochs 3 --n_samples 16 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name gossipcop --n_epochs 3 --n_samples 32 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name gossipcop --n_epochs 5 --n_samples 64 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name gossipcop --n_epochs 5 --n_samples 128 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name fang --n_epochs 3 --n_samples 16 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name fang --n_epochs 3 --n_samples 32 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name fang --n_epochs 5 --n_samples 64 --iters 20
CUDA_VISIBLE_DEVICES=0 python prompt_and_align.py --dataset_name fang --n_epochs 5 --n_samples 128 --iters 20