{% extends 'base.html' %} {% load static %} {% block content %}
Source ID | Input | Output | Answer Relevance | Faithfulness | Contextual Relevancy | Hallucination | Toxicity | Created At |
---|---|---|---|---|---|---|---|---|
{{ entry.source_id }} |
{{ entry.input }}
|
{{ entry.output }}
|
Answer Relevance DetailsScore: {{ entry.answer_relevance|floatformat:2|default:"-" }} Reason: {{ entry.answer_relevance_reason }} Input: {{ entry.input }} Output: {{ entry.output }} |
Faithfulness DetailsScore: {{ entry.faithfulness|floatformat:2|default:"-" }} Reason: {{ entry.faithfulness_reason }} Input: {{ entry.input }} Output: {{ entry.output }} |
Contextual Relevancy DetailsScore: {{ entry.contextual_relevancy|floatformat:2|default:"-" }} Reason: {{ entry.contextual_relevancy_reason }} Input: {{ entry.input }} Output: {{ entry.output }} |
Hallucination DetailsScore: {{ entry.hallucination|floatformat:2|default:"-" }} Reason: {{ entry.hallucination_reason }} Input: {{ entry.input }} Output: {{ entry.output }} |
Toxicity DetailsScore: {{ entry.toxicity|floatformat:2|default:"-" }} Reason: {{ entry.toxicity_reason }} Input: {{ entry.input }} Output: {{ entry.output }} |
{{ entry.created_at|timesince }} ago |