{% extends "base.html" %} {% block title %}Leaderboard — OCR Bench{% endblock %} {% block content %}

Leaderboard

{{ repo_id }}

{% if has_ci %}{% endif %} {% if has_human_elo %} {% endif %} {% for row in rows %} {% if has_ci %}{% endif %} {% if has_human_elo %} {% endif %} {% endfor %}
# Model Judge ELO95% CIWins Losses Ties Win%Human ELO H-Win%
{{ loop.index }} {{ row.model_short }} {{ row.elo }}{{ row.elo_low }}–{{ row.elo_high }}{{ row.wins }} {{ row.losses }} {{ row.ties }} {{ row.win_pct }}%{{ row.human_elo if row.human_elo is not none else "—" }} {{ row.human_win_pct if row.human_win_pct is not none else "—" }}
{% endblock %}