lewtun HF staff commited on
Commit
dfb4db1
β€’
1 Parent(s): 7447f14

Deprecate Space

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +3 -0
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.