Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/display/about.py
Browse files- src/display/about.py +4 -0
src/display/about.py
CHANGED
|
@@ -7,6 +7,10 @@ INTRODUCTION_TEXT = """
|
|
| 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"""
|
|
|
|
| 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 |
+
Other cool leaderboard:
|
| 12 |
+
- [LLM safety](https://huggingface.co/spaces/AI-Secure/llm-trustworthy-leaderboard)
|
| 13 |
+
- [LLM performance](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
|
| 14 |
"""
|
| 15 |
|
| 16 |
LLM_BENCHMARKS_TEXT = f"""
|