{% extends "test/base.html" %} {% set active_test_page = "manual" %} {% block title %}Test — Manual | SPIKEE{% endblock %} {% block content %}
Manual Dataset Tester

Step through a dataset one entry at a time. Copy each prompt to any external tool, paste the response back, and mark it or let the entry's built-in judge auto-score it.

Session Setup
{# Dataset picker #}
{% if not datasets %}
No datasets found in datasets/.
{% endif %}
{# Judge options override (optional) #}
Overrides the default options for whichever judge each entry specifies. Leave blank to use each judge's own default.
Sampling & Tag
0–1
Fraction of dataset to test.
Reproducibility seed.
Appended to results filename.
{% endblock %}