{% extends 'base.html' %} {% block title %}View File - {{ file_path }}{% endblock %} {% block extra_head %} {% if file_type == "json" %} {% endif %} {% endblock %} {% block content %}
Total: {{ content.qa_pairs|length }} pairs
{{ qa_pair.reasoning|replace('\n', '
')|safe }}
Total: {{ content.cot_examples|length }} examples
{{ example.reasoning|replace('\n', '
')|safe }}
Total: {{ content.conversations|length }} conversations
{{ content }}{% endif %}