Skip to content

Commit 55f1bc6

Browse files
authored
add tip in docs and readme referring to lighteval (#618)
1 parent b3f3c02 commit 55f1bc6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
</a>
2323
</p>
2424

25+
26+
27+
> **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).
28+
29+
30+
2531
🤗 Evaluate is a library that makes evaluating and comparing models and reporting their performance easier and more standardized.
2632

2733
It currently contains:

docs/source/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ With a single line of code, you get access to dozens of evaluation methods for d
1212

1313
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.
1414

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+
1517
<div class="mt-10">
1618
<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">
1719
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="./installation"

0 commit comments

Comments
 (0)