Alpaca format includes fields:
- instruction: What the model should do
- input: Additional context (optional)
- output: The expected response
{
"instruction": "Classify the sentiment",
"input": "This product exceeded my expectations!",
"output": "Positive"
}
Many tools and datasets use this format from Stanford's Alpaca project. If you're unsure which format to use, Alpaca is a safe default that most frameworks support.