diff --git a/ell-studio/src/pages/Evaluations.js b/ell-studio/src/pages/Evaluations.js index d7d1d8d1..9b19552f 100644 --- a/ell-studio/src/pages/Evaluations.js +++ b/ell-studio/src/pages/Evaluations.js @@ -69,8 +69,7 @@ def metric(datapoint, output): # Initialize your evaluation eval = Evaluation( name="basic-eval", - dataset=[{"input": "Hello", "expected": "Hi there!"}], - n_evals=10, + dataset=[{"input": ["Hello"], "expected": "Hi there!"}], metrics={"score": metric} )