polish_eq-bench / src /about.py
djstrong's picture
eq bench
d6018f5
raw
history blame
No virus
1.44 kB
# Your leaderboard name
TITLE = """<div style="display: flex; flex-wrap: wrap; justify-content: space-around;">
<img src="https://speakleash.org/wp-content/uploads/2023/09/SpeakLeash_logo.svg">
<div>
<h1 align="center" id="space-title">Polish EQ-Bench Leaderboard</h1>
<h2 align="center" id="space-subtitle">Leaderboard was created as part of an open-science project SpeakLeash.org</h2>
</div>
</div>"""
# What does your leaderboard evaluate?
INTRODUCTION_TEXT = """
Polish Emotional Intelligence Benchmark for LLMs
Help us develop Polish Large Language Model Bielik by using [Arena](https://arena.speakleash.org.pl/).
We gratefully acknowledge Polish high-performance computing infrastructure PLGrid (HPC Centers: ACK Cyfronet AGH) for providing computer facilities and support within computational grant no. PLG/2024/016951.
"""
AUTHORS = """Authors:
* Automatic translation: [Remigiusz Kinas](https://www.linkedin.com/in/remigiusz-kinas/)
* Translation proofreading and localization: [Maria Filipkowska](https://www.linkedin.com/in/maria-filipkowska/), [Zuzanna Dabić](https://www.linkedin.com/in/zuzanna-dabic/)
* Preparing dataset: [Kacper Milan](https://www.linkedin.com/in/kacper-milan/)
* Running benchmark and leaderboard: [Krzysztof Wróbel](https://www.linkedin.com/in/wrobelkrzysztof/)
Based on: EQ-Bench: An Emotional Intelligence Benchmark for Large Language Models, Samuel J. Paech, 2023"""