{% extends 'base.html' %} {% load static %} {% block content %}

{{ dataset.name }}

{{ dataset.enabled|yesno:"Active,Inactive" }}

Dataset Entries

{% for entry in entries %} {% endfor %}
Source ID Input Output Answer Relevance Faithfulness Contextual Relevancy Hallucination Toxicity Created At
{{ entry.source_id }}
{{ entry.input }}
{{ entry.output }}
{{ entry.created_at|timesince }} ago
{% if pagination.has_previous %} « {% endif %} {% if pagination.has_next %} » {% endif %}
{% endblock %}