From d6524a83eead671ea54ec4fafcd623f97f71d5c2 Mon Sep 17 00:00:00 2001
From: meg <90473723+meg-huggingface@users.noreply.github.com>
Date: Thu, 7 Aug 2025 11:05:47 -0700
Subject: [PATCH] Update index.mdx
More prominently promoting "Eval on the Hub" features ie. those features described in https://huggingface.co/docs/hub/en/model-cards#evaluation-results
---
docs/source/index.mdx | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/docs/source/index.mdx b/docs/source/index.mdx
index ec771def..5b46bddb 100644
--- a/docs/source/index.mdx
+++ b/docs/source/index.mdx
@@ -4,6 +4,13 @@
+
+For more recent evaluation approaches that are popular on the Hugging Face Hub that are currently more actively maintained, check out [LightEval](https://github.com/huggingface/lighteval).
+
+For information on reporting results, see details on [the Model Card Evaluation Results metadata](https://huggingface.co/docs/hub/en/model-cards#evaluation-results).
+
+
+
# 🤗 Evaluate
A library for easily evaluating machine learning models and datasets.
@@ -12,8 +19,6 @@ With a single line of code, you get access to dozens of evaluation methods for d
Visit the 🤗 Evaluate [organization](https://huggingface.co/evaluate-metric) for a full list of available metrics. Each metric has a dedicated Space with an interactive demo for how to use the metric, and a documentation card detailing the metrics limitations and usage.
-> **Tip:** For more recent evaluation approaches, for example for evaluating LLMs, we recommend our newer and more actively maintained library [LightEval](https://github.com/huggingface/lighteval).
-