Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix Typo
#144
by
aliabid94
HF staff
- opened
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 |
"""
|