Skip to content

Add a script for generating fine-tuning examples #2

@granawkins

Description

@granawkins

My approach would be

  1. Guess the 10-20 most common base operations (like "filtering the db by spam", "writing a list to a csv"), work with gpt4 to write one really solid example of each operation

  2. Setup a loop where gpt4 generates a new question, then answers it following the procedures in your examples as much as possible

  3. Produce a .jsonl file with 100 lines like {"prompt": "", "response": ""}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions