Training format for completions models
The per-line training example of a fine-tuning input file for completions models
OBJECT Training format for completions models
1
2
3
4
{
"prompt": "What is the answer to 2+2",
"completion": "4"
}