Skip to content

Small GUI application for easy creation of OpenAI GPT3 datasets

License

Notifications You must be signed in to change notification settings

SnoozingSimian/GPT3-dataset-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT3-dataset-creator

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:

  1. Clone the Github Repo and install dependencies:

    git clone https://github.com/SnoozingSimian/GPT3-dataset-creator.git
    
  2. 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
    
  3. 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!

alt text

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

About

Small GUI application for easy creation of OpenAI GPT3 datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages