Spaces:
Runtime error
Runtime error
Commit
•
17d5bb0
1
Parent(s):
ea04e0b
fix typo (#573)
Browse files- fix typo (d942acdd8c4716b27a4d2b51b5c216183ff2d3d4)
Co-authored-by: Clem 🤗 <clem@users.noreply.huggingface.co>
- src/display/about.py +1 -1
src/display/about.py
CHANGED
@@ -8,7 +8,7 @@ INTRODUCTION_TEXT = """
|
|
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 |
-
Other cool
|
12 |
- [LLM safety](https://huggingface.co/spaces/AI-Secure/llm-trustworthy-leaderboard)
|
13 |
- [LLM performance](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
|
14 |
"""
|
|
|
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 |
+
Other cool leaderboards:
|
12 |
- [LLM safety](https://huggingface.co/spaces/AI-Secure/llm-trustworthy-leaderboard)
|
13 |
- [LLM performance](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
|
14 |
"""
|