Multi-model evaluation
Last updated
This feature allows you to compare and evaluate the performance of multiple models using various metrics from evaluators like Ragas, Langchain, and Deepeval.
To evaluate multiple models:
Navigate to the Evaluation page from the sidebar.
Click the Create evaluation project button and choose Automated evaluation project type, then Continue.

Configure your evaluation by selecting the models to evaluate and choosing a dataset from the library. If you don’t have one, you can also upload a dataset in a CSV format containing two columns: prompt and expected completion.

Select the metric, provider, and the evaluator model you want to use for evaluation. Learn more about the evaluators and metrics.

Click Create evaluation project and wait for the evaluation process to finish.
After the evaluation process is completed, you can analyze the results.

Here you can view the total cost, time taken for generating completions, and the overall performance score given by the evaluator.

Here you can view the quality, the score, and the processing time of the generated completions from each model.

To view the evaluation details of a completion, click the three-dot menu at the far right of the row, then select View details.

Last updated