You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: evaluation/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
2
-
# LLM Output Evaluator
2
+
# Evaluations
3
3
4
-
This script evaluates the outputs of Large Language Models (LLMs) and estimates the associated token usage and cost.
4
+
## LLM Output Evaluator
5
+
6
+
The `evals` script evaluates the outputs of Large Language Models (LLMs) and estimates the associated token usage and cost.
5
7
6
8
It supports batch evalaution via a configuration CSV and produces a detailed metrics report in CSV format.
7
9
8
-
## Usage
10
+
###Usage
9
11
10
12
This script evaluates LLM outputs using the `lighteval` library: https://huggingface.co/docs/lighteval/en/metric-list#automatic-metrics-for-generative-tasks
0 commit comments