Dataset
Last updated
Last updated
The Dataset page in LLM Labs collects all datasets available for automated evaluation or fine-tuning, providing a centralized location for managing your data.
Dataset must be formatted as a CSV (Comma Separated Value) file with the following two columns:
prompt: This column contains the input prompt that you will feed to your LLM.
expected_completion: This column holds the desired or ideal output that your LLM should generate in response to the given prompt.
Navigate to the Dataset menu on the left sidebar.
Click the Create dataset button.
Type the dataset name, and you will be redirected to the prompt pairs table.
Click Upload dataset button and select a .csv containing 2 columns: prompts
and expected completions
.
Once the file is uploaded, the dataset will automatically be added to the table.
Once a dataset is uploaded, you can add, edit, or delete dataset item.
Click Add dataset button next to the Search field.
Upload the .csv file.
The additional datasets will be added to the table.
Find the dataset item you want to edit using the search field.
Right-click the dataset item, then click the Edit option.
Modify the necessary details, then click Enter to apply the updates.
Find the dataset item you want to edit using the Search field.
Right-click the dataset item, then click the Delete option.
The dataset item is deleted.
Please note that this action cannot be undone.
In the main Dataset page, find the dataset you want to delete using the Search field or filter options.
Click on the triple-dot menu, then select Delete option. Confirm the deletion by clicking the Delete button.
To delete multiple datasets:
Select the datasets and click Delete icon above the table.
Confirm the deletion by clicking the Delete button.
Once you've created the dataset, it will be available for use in the Automated evaluation projects. Learn more about Automated evaluation.
Once you've created the dataset, it will be available for use for fine-tuningmodels. Learn more about Fine-tuning models.