Spaces:
Runtime error
Runtime error
Deprecate Space
Browse files
src/assets/text_content.py
CHANGED
@@ -57,6 +57,9 @@ CHANGELOG_TEXT = f"""
|
|
57 |
TITLE = """<h1 align="center" id="space-title">π€ Open LLM Leaderboard (Humans and GPT4 evaluations) </h1>"""
|
58 |
|
59 |
INTRODUCTION_TEXT = f"""
|
|
|
|
|
|
|
60 |
π With the plethora of large language models (LLMs) and chatbots being released week upon week, often with grandiose claims of their performance, it can be hard to filter out the genuine progress that is being made by the open-source community and which model is the current state of the art. The π€ Open LLM Leaderboard aims to track, rank and evaluate LLMs and chatbots as they are released.
|
61 |
|
62 |
π Here, the evaluations are performed by having humans and GPT-4 compare completions from a set of popular open-source language models (LLMs) on a secret set of instruction prompts.
|
|
|
57 |
TITLE = """<h1 align="center" id="space-title">π€ Open LLM Leaderboard (Humans and GPT4 evaluations) </h1>"""
|
58 |
|
59 |
INTRODUCTION_TEXT = f"""
|
60 |
+
|
61 |
+
β οΈ **This leaderboard is no longer actively maintained, but is kept public for archival purposes. To propose chat models for human evaluation, we recommend LMSYS' Chatbot Arena: [https://chat.lmsys.org](https://chat.lmsys.org)**
|
62 |
+
|
63 |
π With the plethora of large language models (LLMs) and chatbots being released week upon week, often with grandiose claims of their performance, it can be hard to filter out the genuine progress that is being made by the open-source community and which model is the current state of the art. The π€ Open LLM Leaderboard aims to track, rank and evaluate LLMs and chatbots as they are released.
|
64 |
|
65 |
π Here, the evaluations are performed by having humans and GPT-4 compare completions from a set of popular open-source language models (LLMs) on a secret set of instruction prompts.
|