Veblen34's picture
Upload folder using huggingface_hub
cd6775d verified
Raw
History Blame Contribute Delete
297 Bytes
clear
python socratic_questioning.py \
--data="../data/example_data.csv" \
--question_type="lqa" \
--prompts="../data/prompt_map.json" \
--question_num=2 \
--max_turn=2 \
--max_depth=2 \
--backbone="gpt" \
--api="${DEEPSEEK_API_KEY:-}" \
--save_dir=../results