Clémentine commited on
Commit
6fefae4
1 Parent(s): 7048017

simplified header text

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +5 -7
src/assets/text_content.py CHANGED
@@ -5,13 +5,8 @@ TITLE = """<h1 align="center" id="space-title">🤗 Open LLM Leaderboard</h1>"""
5
  INTRODUCTION_TEXT = f"""
6
  📐 The 🤗 Open LLM Leaderboard aims to track, rank and evaluate open LLMs and chatbots.
7
 
8
- 🤗 Submit a model for automated evaluation on the 🤗 GPU cluster on the "Submit" page!
9
-
10
- The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) to compute numbers. Read more details and reproducibility on the "About" page!
11
-
12
- Other cool benchmarks for LLMs are developed at HuggingFace: 🙋🤖 [human and GPT4 evals](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard), 🖥️ [performance benchmarks](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
13
-
14
- And also in other labs, check out the [AlpacaEval Leaderboard](https://tatsu-lab.github.io/alpaca_eval/) and [MT Bench](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard) among other great ressources.
15
  """
16
 
17
  LLM_BENCHMARKS_TEXT = f"""
@@ -65,6 +60,9 @@ To get more information about quantization, see:
65
  - 8 bits: [blog post](https://huggingface.co/blog/hf-bitsandbytes-integration), [paper](https://arxiv.org/abs/2208.07339)
66
  - 4 bits: [blog post](https://huggingface.co/blog/4bit-transformers-bitsandbytes), [paper](https://arxiv.org/abs/2305.14314)
67
 
 
 
 
68
  """
69
 
70
  EVALUATION_QUEUE_TEXT = f"""
 
5
  INTRODUCTION_TEXT = f"""
6
  📐 The 🤗 Open LLM Leaderboard aims to track, rank and evaluate open LLMs and chatbots.
7
 
8
+ 🤗 Submit a model for automated evaluation on the 🤗 GPU cluster on the "Submit" page!
9
+ The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) - read more details in the "About" page!
 
 
 
 
 
10
  """
11
 
12
  LLM_BENCHMARKS_TEXT = f"""
 
60
  - 8 bits: [blog post](https://huggingface.co/blog/hf-bitsandbytes-integration), [paper](https://arxiv.org/abs/2208.07339)
61
  - 4 bits: [blog post](https://huggingface.co/blog/4bit-transformers-bitsandbytes), [paper](https://arxiv.org/abs/2305.14314)
62
 
63
+ ## More resources
64
+ If you still have questions, you can check our FAQ [here](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/179)!
65
+ We also gather cool resources from the community, other teams, and other labs [here](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/174)!
66
  """
67
 
68
  EVALUATION_QUEUE_TEXT = f"""