Spaces:
Runtime error
Runtime error
Commit
•
6ddee3c
1
Parent(s):
5d5681a
Fix Typo (#144)
Browse files- Update src/assets/text_content.py (b596a3a7b3f945b80884c78654a9a5b361693b2b)
Co-authored-by: Ali Abid <aliabid94@users.noreply.huggingface.co>
src/assets/text_content.py
CHANGED
@@ -61,7 +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 the original LLaMa release.
|
63 |
|
64 |
-
Other cool benchmarks for LLMs are
|
65 |
|
66 |
🟢: Base pretrained model – 🔶: Instruction finetuned model – 🟦: Model finetuned with RL (read more details in "About" tab)
|
67 |
"""
|
|
|
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 the original LLaMa release.
|
63 |
|
64 |
+
Other cool benchmarks for LLMs are developed at HuggingFace, go check them out: 🙋🤖 [human and GPT4 evals](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard), 🖥️ [performance benchmarks](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
|
65 |
|
66 |
🟢: Base pretrained model – 🔶: Instruction finetuned model – 🟦: Model finetuned with RL (read more details in "About" tab)
|
67 |
"""
|