{% set campaign_id = metadata.id %} {% if mode == 'llm_gen' %} {% set outputs_name = 'outputs' %} {% else %} {% set outputs_name = 'annotations' %} {% endif %}
View the statistics of the annotation spans.
View statisticsDownload the {{ outputs_name }} collected in the campaign in a ZIP file.
Download {{ outputs_name }}Clear all {{ outputs_name }} collected in the campaign.
Clear {{ outputs_name }}Delete the campaign and all its {{ outputs_name }}.
Delete campaign
Create a campaign identical to {{
campaign_id }}
but without any {{ outputs_name }}.
Export the settings of the campaign {{
campaign_id }}
to a YAML file for human crowdsourcing. This enables
to
transfer the equivalent settings for both campaigns (note that currently only
annotation_span_categories
will get transfered.).
Export the settings of the campaign {{
campaign_id }}
to a YAML file. The settings can be later used (and
modified)
when starting
a new LLM evaluation
campaign.