-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_implicit.sh
More file actions
executable file
·8 lines (6 loc) · 1.02 KB
/
Copy pathrun_implicit.sh
File metadata and controls
executable file
·8 lines (6 loc) · 1.02 KB
1
2
3
4
5
6
7
8
python extract_term.py --input_file "./data/en_htfl.csv" --output_file "en_ann_in_domain_implicit.csv" --model Llama-2-70b-chat-hf --system_prompt en_ann_in_domain_implicit
python extract_term.py --input_file "./data/en_htfl.csv" --output_file "en_nes_in_domain_implicit.csv" --model Llama-2-70b-chat-hf --system_prompt en_nes_in_domain_implicit
python extract_term.py --input_file "./data/fr_htfl.csv" --output_file "fr_ann_in_domain_implicit.csv" --model Llama-2-70b-chat-hf --system_prompt fr_ann_in_domain_implicit
python extract_term.py --input_file "./data/fr_htfl.csv" --output_file "fr_nes_in_domain_implicit.csv" --model Llama-2-70b-chat-hf --system_prompt fr_nes_in_domain_implicit
python extract_term.py --input_file "./data/nl_htfl.csv" --output_file "nl_ann_in_domain_implicit.csv" --model Llama-2-70b-chat-hf --system_prompt nl_ann_in_domain_implicit
python extract_term.py --input_file "./data/nl_htfl.csv" --output_file "nl_nes_in_domain_implicit.csv" --model Llama-2-70b-chat-hf --system_prompt nl_nes_in_domain_implicit