Skip to content

Commit 160df00

Browse files
committed
update docs
1 parent 78e409c commit 160df00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/judgeval/data/eval_dataset_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ def pull_all(self) -> dict:
152152
}
153153
==>
154154
{
155-
"test_dataset_1": {"length": len(dataset1.examples), other future stats},
156-
"test_dataset_2": {"length": len(dataset2.examples), other future stats}
155+
"test_dataset_1": {"examples_count": len(dataset1.examples), "ground_truths_count": len(dataset1.ground_truths)},
156+
"test_dataset_2": {"examples_count": len(dataset2.examples), "ground_truths_count": len(dataset2.ground_truths)},
157157
...
158158
}
159159
"""

0 commit comments

Comments
 (0)