Small GUI application for easy creation of OpenAI GPT3 datasets.
Can be used to create .json
datasets which can be directly used by the finetuning cli tool from OpenAI to create prompts
and completions
.
Usage:
-
Clone the Github Repo and install dependencies:
git clone https://github.com/SnoozingSimian/GPT3-dataset-creator.git
-
In the
dists/
folder, extract the required package depending on your platform.cd dists For Mac users: unzip macOS.zip For Windows users: 1. Left click on Windows.rar 2. Extract archive
-
You can find the app in the extracted folders of your respective systems, and you can directly run them.
Note: Always use the Add Another
button and ensure that both the Prompt
and Answer
fields are clean before clicking Save
.
Here is how it looks like, pretty barebones I know, but it gets the job done!
Next Step:
Let us assume you saved the file as datafile.json
. You can then use the OpenAI CLI tool to format it to the accepted JSONL
format.
openai tools fine_tunes.prepare_data -f <data_dir>/datafile.json