Training format for completions models

The per-line training example of a fine-tuning input file for completions modelssource

The input prompt for this training example.source

The desired completion for this training example.source

OBJECT Training format for completions models
1
2
3
4
{
  "prompt": "What is the answer to 2+2",
  "completion": "4"
}