Spaces:
Running
Running
Fix typo
#9
by
regisss
HF staff
- opened
src/assets/text_content.py
CHANGED
@@ -11,7 +11,7 @@ Anyone from the community can request a model or a hardware/backend/optimization
|
|
11 |
ABOUT_TEXT = """<h3>About the 🤗 Open LLM-Perf Leaderboard 🏋️</h3>
|
12 |
<ul>
|
13 |
<li>To avoid communication-dependent results, only one GPU is used.</li>
|
14 |
-
<li>LLMs are evaluated on a singleton batch and
|
15 |
<li>Peak memory is measured in MB during the first forward pass of the LLM (no warmup).</li>
|
16 |
<li>Each pair of (Model Type, Weight Class) is represented by the best scored model. This LLM is the one used for all the hardware/backend/optimization experiments.</li>
|
17 |
<li>Score is the average evaluation score obtained from the <a href="https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard">🤗 Open LLM Leaderboard</a>.</li>
|
|
|
11 |
ABOUT_TEXT = """<h3>About the 🤗 Open LLM-Perf Leaderboard 🏋️</h3>
|
12 |
<ul>
|
13 |
<li>To avoid communication-dependent results, only one GPU is used.</li>
|
14 |
+
<li>LLMs are evaluated on a singleton batch and generating 1000 tokens.</li>
|
15 |
<li>Peak memory is measured in MB during the first forward pass of the LLM (no warmup).</li>
|
16 |
<li>Each pair of (Model Type, Weight Class) is represented by the best scored model. This LLM is the one used for all the hardware/backend/optimization experiments.</li>
|
17 |
<li>Score is the average evaluation score obtained from the <a href="https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard">🤗 Open LLM Leaderboard</a>.</li>
|