Skip to content

Commit 8ccc946

Browse files
committed
renamed files for clarity and use small datasets for demo purposes
1 parent 9137503 commit 8ccc946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluation/evaluate_completeness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_evaluation(name, dataset_path):
6767
},
6868
evaluator_config={
6969
# only provide additional input fields that target and data do not have
70-
"completeness": {"question": "${data.chat_input}", "answer": "${target.answer}"}
70+
"completeness": {"question": "${data.chat_input}"}
7171
}
7272
)
7373

0 commit comments

Comments
 (0)