Generate and log datapoints
Logging the generations from your LLM
A datapoint is a generation from the AI model. It contains the inputs and the output as well as metadata such as which model config was used and any associated feedback.

An example datapoint. The prompt template was "Write a short post about {{topic}} using as much markdown syntax as possible", and the topic is "lisp".
Updated 27 days ago