Fine Tune Helper

By: Bryan Huici

11-18-2023 01:32:00 AM

Summary:
Manually creating System, User, Assistant messages is kind of tedious when having to do it in python or json. This tool allows you to manually create a dataset online, fully local/client-side using dexieDB. You can export it as json or copy the code manually. You can also validate your dataset. You have the option of using Meta's or OpenAI's chat formats. You can create multiple documents using the sidebar and the website is responsive on mobile devices.

Create dataset entry image

Create Dataset entry either import one by clicking the folder icon or create it manually.

Export Screen

Export your dataset in either Meta or OpenAI format in JSONL or CSV.

Validate Dataset Page

Validate your dataset to check if it matches OpenAI or Meta's message formats.

Code display page

Check what the JSONL/CSV will look like in either Meta/OpenAI message formats. Copy the code or use prettier to make it easier to read.