{% extends 'base.html' %} {% block title %} {{ Name_m }} Model{{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{{ info }}

{{ error }}

Account Name: {{ Name_act }}

Model Name: {{ Name_m }}

{% if rating %}

Average Model Rating: {{ rating }}

{% endif %} {% if rating and rating != 'unrated' %}

Metric from -1 (worst possible) to 1 (perfect). On average, a random submission produces a rating of 0.

{% endif %}
Metric description
Edit model information
To run a new test, please select a new test case:
Select a test case
To access a completed test, click the link below to get a list:
Show list of completed tests
Return to account menu
{% endblock %}