-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.sh
More file actions
executable file
·30 lines (21 loc) · 1.81 KB
/
script.sh
File metadata and controls
executable file
·30 lines (21 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/rag/llama.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/rag/mistral.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/rag/phi.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/standalone/llama.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/standalone/mistral.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/standalone/phi.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/biased_rag/llama.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/biased_rag/mistral.yaml
# python3 bula_process/multiple_choice.py config/multiple_choice/right_questions/biased_rag/phi.yaml
# python3 bula_process/generation.py config/generation/standalone/llama.yaml
# python3 bula_process/generation.py config/generation/rag/llama.yaml
# python3 bula_process/generation.py config/generation/standalone/mistral.yaml
python3 bula_process/generation.py config/generation/rag/mistral.yaml
# python3 bula_process/generation.py config/generation/standalone/phi.yaml
python3 bula_process/generation.py config/generation/rag/phi.yaml
# python3 bula_process/generation_eval.py config/generation_eval/standalone/llama.yaml
# python3 bula_process/generation_eval.py config/generation_eval/rag/llama.yaml
# python3 bula_process/generation_eval.py config/generation_eval/standalone/mistral.yaml
python3 bula_process/generation_eval.py config/generation_eval/rag/mistral.yaml
# python3 bula_process/generation_eval.py config/generation_eval/standalone/phi.yaml
python3 bula_process/generation_eval.py config/generation_eval/rag/phi.yaml