-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcreate_test_episodes.sh
executable file
·12 lines (10 loc) · 2.3 KB
/
create_test_episodes.sh
1
2
3
4
5
6
7
8
9
10
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 5 --number_of_queries 3 --seed 160290 --output_file_name test_episodes/5_way_5_shots_10K_episodes_3q_seed_160290.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 5 --number_of_queries 3 --seed 160291 --output_file_name test_episodes/5_way_5_shots_10K_episodes_3q_seed_160291.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 5 --number_of_queries 3 --seed 160292 --output_file_name test_episodes/5_way_5_shots_10K_episodes_3q_seed_160292.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 5 --number_of_queries 3 --seed 160293 --output_file_name test_episodes/5_way_5_shots_10K_episodes_3q_seed_160293.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 5 --number_of_queries 3 --seed 160294 --output_file_name test_episodes/5_way_5_shots_10K_episodes_3q_seed_160294.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 1 --number_of_queries 3 --seed 160290 --output_file_name test_episodes/5_way_1_shots_10K_episodes_3q_seed_160290.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 1 --number_of_queries 3 --seed 160291 --output_file_name test_episodes/5_way_1_shots_10K_episodes_3q_seed_160291.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 1 --number_of_queries 3 --seed 160292 --output_file_name test_episodes/5_way_1_shots_10K_episodes_3q_seed_160292.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 1 --number_of_queries 3 --seed 160293 --output_file_name test_episodes/5_way_1_shots_10K_episodes_3q_seed_160293.json &
python episodes_sampling_for_fs_TACRED.py --file_name data_few_shot/_test_data.json --episodes_size 10000 --N 5 --K 1 --number_of_queries 3 --seed 160294 --output_file_name test_episodes/5_way_1_shots_10K_episodes_3q_seed_160294.json