Commit
·
99931b9
1
Parent(s):
bed23b0
Update dataset link
Browse files- src/about.py +3 -3
src/about.py
CHANGED
@@ -5,9 +5,9 @@ TITLE = """<h1 align="center" id="space-title">Roblox LLM Leaderboard</h1>"""
|
|
5 |
INTRODUCTION_TEXT = """
|
6 |
Tracking LLM capabilities regarding Roblox game development.
|
7 |
|
8 |
-
Benchmarks:
|
9 |
|
10 |
- [RobloxQA](https://huggingface.co/datasets/boatbomber/RobloxQA-v1.0): Multiple choice question answering about Roblox APIs and concepts.
|
11 |
-
- [RobloxQA_OpenEnded](https://huggingface.co/datasets/boatbomber/RobloxQA-v1.0): Question answering about Roblox APIs and concepts without
|
12 |
-
Correctness judged by an LLM by comparing the generated answer to the correct answer
|
13 |
"""
|
|
|
5 |
INTRODUCTION_TEXT = """
|
6 |
Tracking LLM capabilities regarding Roblox game development.
|
7 |
|
8 |
+
### Benchmarks:
|
9 |
|
10 |
- [RobloxQA](https://huggingface.co/datasets/boatbomber/RobloxQA-v1.0): Multiple choice question answering about Roblox APIs and concepts.
|
11 |
+
- [RobloxQA_OpenEnded](https://huggingface.co/datasets/boatbomber/RobloxQA-OpenEnded-v1.0): Question answering about Roblox APIs and concepts without multiple choices. \
|
12 |
+
Correctness judged by an LLM by comparing the generated answer to the correct answer.
|
13 |
"""
|