File size: 445 Bytes
11eb494 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | TITLE = """<h1 align="center" id="space-title">Coding Agent Leaderboard</h1>"""
INTRODUCTION_TEXT = """
Welcome to the Coding Agent Leaderboard!
"""
LLM_BENCHMARKS_TEXT = """
## About
Evaluate and compare Coding Agents.
Coding Agent = Model + Harness + Skills.
Visit our [GitHub repo](https://github.com/redhat-et/coding_agent_bench) for more details about the project.
"""
CITATION_BUTTON_TEXT = "TBD"
CITATION_BUTTON_LABEL = "Citation"
|