We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9137503 commit 8ccc946Copy full SHA for 8ccc946
src/evaluation/evaluate_completeness.py
@@ -67,7 +67,7 @@ def run_evaluation(name, dataset_path):
67
},
68
evaluator_config={
69
# only provide additional input fields that target and data do not have
70
- "completeness": {"question": "${data.chat_input}", "answer": "${target.answer}"}
+ "completeness": {"question": "${data.chat_input}"}
71
}
72
)
73
0 commit comments