Features
Datapoints
A datapoint is a single input and expected output pair belonging to a dataset.
Explanation
Each datapoint represents a single input-output pair.
The input represents the data that will be provided to the LLM, and the expected output represents the desired result. Both must adhere to the OpenAI chat format.
For example, a datapoint could look like:
Operations
Create One
To create a single datapoint:
Create Many
To create many datapoints in a single efficient operation:
Train/Test
A datapoint can be in either the train/test split. By default, all datapoints are marked as train.
Only the datapoints in the train split will be used for finetuning. The test datapoints are used for experiments.
Metadata
You can add custom metadata to each datapoint.