Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

Supervised fine-tuning

A guide on the end-to-end process of supervised fine-tuning, covering dataset construction, example quality, data formatting in JSONL, and the workflow for creating and evaluating fine-tuning jobs.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Supervised fine-tuning

A guide on the end-to-end process of supervised fine-tuning, covering dataset construction, example quality, data formatting in JSONL, and the workflow for creating and evaluating fine-tuning jobs.

When To Use

Use when you need to customize a base model to follow specific styles, formats, or instruction-following patterns through a structured training dataset.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/supervised-fine-tuning-workflow-guide.mdA guide explaining the concepts, dataset requirements, and best practices for supervised fine-tuning on the OpenAI platform.Questions about a guide explaining the concepts, dataset requirements, and best practices for supervised fine-tuning on the OpenAI pl...

What This Skill Covers

  • Supervised fine-tuning (SFT) lets you train an OpenAI model with examples for your specific use case. The result is a customized model that more reliably pro...
  • Main sections: Overview, Build your dataset, Right number of examples, What makes a good example, Formatting your data.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.openai.com/api/docs/guides/supervised-fine-tuning.md