-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest_sub2.sh
20 lines (17 loc) · 1.06 KB
/
test_sub2.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
python -m gpt2_dst.scripts.evaluate \
--input_path_target="./gpt2_dst/data/simmc2_dials_dstc10_devtest_target.txt" \
--input_path_predicted="../../../sub2_1/results/dstc10-simmc-entry/dstc10-simmc-devtest-pred-subtask-3_1.txt" \
--output_path_report='result1.txt'
python -m gpt2_dst.scripts.evaluate \
--input_path_target="./gpt2_dst/data/simmc2_dials_dstc10_devtest_target.txt" \
--input_path_predicted="../../../sub2_2/results/dstc10-simmc-entry/dstc10-simmc-devtest-pred-subtask-3_2.txt" \
--output_path_report='result2.txt'
python -m gpt2_dst.scripts.evaluate \
--input_path_target="./gpt2_dst/data/simmc2_dials_dstc10_devtest_target.txt" \
--input_path_predicted="../../../sub2_3/results/dstc10-simmc-entry/dstc10-simmc-devtest-pred-subtask-3_3.txt" \
--output_path_report='result3.txt'
python -m gpt2_dst.scripts.evaluate \
--input_path_target="./gpt2_dst/data/simmc2_dials_dstc10_devtest_target.txt" \
--input_path_predicted="../../../sub2_4/results/dstc10-simmc-entry/dstc10-simmc-devtest-pred-subtask-3_4.txt" \
--output_path_report='result4.txt'