This project aims at providing a tool for dataset-level OpenAI prompting. The key features are
- It allows saving outputs every several inference, results can be picked up from last termination.
- It takes customized prepare_data and post_process functions.
- There is a consecutive prompting that takes a list of prompts. (Sometimes you might want to breakdown the prompting into several substeps.)
python -m pip install -r requirements.txt
bash scripts/run.sh
Please see arguments in openai_tools.py