Skip to content

shangdatalab/OpenAITool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Generator

Goal

This project aims at providing a tool for dataset-level OpenAI prompting. The key features are

  1. It allows saving outputs every several inference, results can be picked up from last termination.
  2. It takes customized prepare_data and post_process functions.
  3. There is a consecutive prompting that takes a list of prompts. (Sometimes you might want to breakdown the prompting into several substeps.)

Install

python -m pip install -r requirements.txt

Example Usage

bash scripts/run.sh

Please see arguments in openai_tools.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published