| Metric | Average Score |
|---|---|
| {{ name }} | {% if score >= 0.8 %} {{ "%.4f"|format(score) }} {% elif score >= 0.5 %} {{ "%.4f"|format(score) }} {% else %} {{ "%.4f"|format(score) }} {% endif %} |
| Error Type | Count |
|---|---|
| {{ err_type }} | {{ count }} |
| Dataset | {{ config.dataset.path }} |
| LLM Provider | {{ config.llm.provider }}/{{ config.llm.model }} |
| Retriever | {{ config.retriever.provider }} |
| Output Format | {{ config.report.output.value }} |