Skip to content

Commit eae4d42

Browse files
Update index.mdx (#694)
More prominently promoting "Eval on the Hub" features ie. those features described in https://huggingface.co/docs/hub/en/model-cards#evaluation-results Co-authored-by: burtenshaw <ben.burtenshaw@gmail.com>
1 parent c1c5b86 commit eae4d42

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/source/index.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<br>
55
</p>
66

7+
<Tip>
8+
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).
9+
10+
For information on reporting results, see details on [the Model Card Evaluation Results metadata](https://huggingface.co/docs/hub/en/model-cards#evaluation-results).
11+
</Tip>
12+
13+
714
# 🤗 Evaluate
815

916
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
1219

1320
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.
1421

15-
> **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).
16-
1722
<div class="mt-10">
1823
<div class="w-full flex flex-col space-y-4 md:space-y-0 md:grid md:grid-cols-2 md:gap-y-4 md:gap-x-5">
1924
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="./installation"

0 commit comments

Comments
 (0)