{% extends "base.html" %} {% block title %}InferenceBench Leaderboard{% endblock %} {% block content %}

Benchmark categories

{{ total_envelopes }} signed envelope{% if total_envelopes != 1 %}s{% endif %} across {{ categories|length }} categor{% if categories|length == 1 %}y{% else %}ies{% endif %}. {% if total_skipped %}{{ total_skipped }} input file{% if total_skipped != 1 %}s{% endif %} skipped (invalid).{% endif %}

{% if categories %} {% for cat in categories %} {% endfor %}
SuiteEntries
{{ cat.suite_id }} {{ cat.count }}
{% else %}

No envelopes have been published yet. Run bench publish --to hf to add one.

{% endif %} {% endblock %}