Spaces:
Sleeping
Sleeping
Clémentine
commited on
Commit
•
e868f35
1
Parent(s):
d2e8eca
small fix link Ilyas leaderboard
Browse files
src/assets/text_content.py
CHANGED
@@ -61,9 +61,7 @@ INTRODUCTION_TEXT = f"""
|
|
61 |
|
62 |
🤗 Anyone from the community can submit a model for automated evaluation on the 🤗 GPU cluster, as long as it is a 🤗 Transformers model with weights on the Hub. We also support evaluation of models with delta-weights for non-commercial licensed models, such as LLaMa.
|
63 |
|
64 |
-
Other cool benchmarks for LLMs are developped at HuggingFace, go check them out
|
65 |
-
- 🙋🤖 [human and GPT4 evaluation](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard)
|
66 |
-
- 🖥️ [performance benchmarking](https://huggingface.co/spaces/optimum)
|
67 |
"""
|
68 |
|
69 |
LLM_BENCHMARKS_TEXT = f"""
|
|
|
61 |
|
62 |
🤗 Anyone from the community can submit a model for automated evaluation on the 🤗 GPU cluster, as long as it is a 🤗 Transformers model with weights on the Hub. We also support evaluation of models with delta-weights for non-commercial licensed models, such as LLaMa.
|
63 |
|
64 |
+
Other cool benchmarks for LLMs are developped at HuggingFace, go check them out: 🙋🤖 [human and GPT4 evals](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard), 🖥️ [performance bencmarks](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
|
|
|
|
|
65 |
"""
|
66 |
|
67 |
LLM_BENCHMARKS_TEXT = f"""
|