File size: 621 Bytes
6ed68b6 50a344f 6ed68b6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
CHANGELOG_TEXT = f"""
## [2023-05-24]
- Add a baseline that has 25.0 for all values.
## [2023-05-23]
- Fixed a CSS issue that made the leaderboard hard to read in dark mode.
## [2023-05-22]
- Display a success/error message after submitting evaluation requests.
- Reject duplicate submission.
- Do not display results that have incomplete results.
- Display different queues for jobs that are RUNNING, PENDING, FINISHED status.
## [2023-05-15]
- Fixed a typo: from "TruthQA" to "TruthfulQA"
## [2023-05-10]
- Fixed a bug that prevented auto-refresh.
## [2023-05-10]
- Released the leaderboard to public.
"""
|