leaderboard / content.py
sheonhan's picture
Add CHANGELOG
6ed68b6
raw
history blame
616 Bytes
CHANGELOG_TEXT = f"""
# Changelog
## [2023-05-24]
- Add a baseline (all 25.0).
## [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.
"""