{% extends "solo/base_solo.html" %} {% block title %}Setup · Solo Mode · Potato{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Set up your annotation task

Solo Mode pairs you with an LLM to label a dataset together. Start by describing what you want labeled and how.

{% if error %}
{{ error }}
{% endif %}
{% if already_configured %}

Return to dashboard Edit prompt

{% else %}

What gets labeled and what makes one category different from another? Plain English is fine.

{% endif %}
{% endblock %} {% block sidebar %} {# Setup screen reclaims the right rail for the workflow outline. #} {% endblock %}