first commit
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# short_training_dataset_prompt.sh
|
||||
set -euo pipefail
|
||||
|
||||
python3 generate_training_dataset2.py \
|
||||
--orig-inj-datapath "../1_raw_dataset/topicattack/data/crafted_instruction_data_squad_injection_qa_train.json" \
|
||||
--orig-inj-datapath-topicattack "../1_raw_dataset/topicattack/data/crafted_instruction_data_squad_conversation_attack_complete_train.json" \
|
||||
--output-path "crafted_instruction_data_squad_conversation_attack_complete_train.jsonl"
|
||||
Reference in New Issue
Block a user