Skip to main content

Dataset export

After you’ve collected, filtered, and transformed your dataset entries for fine-tuning, you can export them as a JSONL file.

Fields

  • messages: The complete chat history.
  • tools: The tools provided to the model.
  • tool_choice: The tool required for the model to use.
  • split: The train/test split to which the entry belongs.

Example