File size: 648 Bytes
c8be55c f8efcf6 c8be55c f8efcf6 1c17c69 bed23b0 c8be55c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Your leaderboard name
TITLE = """<h1 align="center" id="space-title">Roblox LLM Leaderboard</h1>"""
# What does your leaderboard evaluate?
INTRODUCTION_TEXT = """
Tracking LLM capabilities regarding Roblox game development.
Benchmarks:
- [RobloxQA](https://huggingface.co/datasets/boatbomber/RobloxQA-v1.0): Multiple choice question answering about Roblox APIs and concepts.
- [RobloxQA_OpenEnded](https://huggingface.co/datasets/boatbomber/RobloxQA-v1.0): Question answering about Roblox APIs and concepts without giving the multiple choices. \
Correctness judged by an LLM by comparing the generated answer to the correct answer choice.
"""
|