> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simplismart.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quality Benchmarking

> Measure the accuracy and quality of LLM outputs using curated datasets and standardized evaluation metrics.

# Creating a Quality Benchmark

## Start a New Benchmark

1. Go to **Benchmarking → Create**.
2. Choose **Quality** as the benchmark type.

<img src="https://mintcdn.com/simplismart-3f10d72e/rAJH-ZUhxs1j7eMd/images/quality-1.png?fit=max&auto=format&n=rAJH-ZUhxs1j7eMd&q=85&s=36c911a7c3c02a6d5aded0fa93ca9018" alt="Choose Quality Benchmark" width="2882" height="1574" data-path="images/quality-1.png" />

3. Select **LLM** as the model type.

<img src="https://mintcdn.com/simplismart-3f10d72e/rAJH-ZUhxs1j7eMd/images/quality-2.png?fit=max&auto=format&n=rAJH-ZUhxs1j7eMd&q=85&s=5aad139a6e433d6e5fcfcdf54ebc1612" alt="Select LLM Model Type" width="2872" height="1564" data-path="images/quality-2.png" />

## General Information

* **Evaluation Name** — Name for this evaluation.
* **Select Deployments** — Choose one or more deployments to evaluate.

## Dataset Configuration

* **Select Datasets** — Pick one or more datasets (e.g., *gsm8k*).

<img src="https://mintcdn.com/simplismart-3f10d72e/rAJH-ZUhxs1j7eMd/images/quality-3.png?fit=max&auto=format&n=rAJH-ZUhxs1j7eMd&q=85&s=a628f7e97018076c42dc11a4a2991a77" alt="Dataset Configuration" width="2890" height="1414" data-path="images/quality-3.png" />

## Generation Configuration

* **Max Tokens** — Maximum tokens the model can generate per response.
* **Temperature** — Controls randomness; lower = more focused, higher = more creative.
* **Top P** — Nucleus sampling; limits token choices to the top probability mass (e.g., `0.9` = top 90%).

<img src="https://mintcdn.com/simplismart-3f10d72e/rAJH-ZUhxs1j7eMd/images/quality-4.png?fit=max&auto=format&n=rAJH-ZUhxs1j7eMd&q=85&s=eebd9605dc99f174e32b29db78631d13" alt="Generation Configuration" width="2746" height="742" data-path="images/quality-4.png" />

## Execution Configuration

* **Batch Size** — Requests processed together.
* **Evaluation Limit** — Limit number of dataset samples to evaluate (e.g., `10`).

## Run the Evaluation

* Click **Create Benchmark** to start.
