We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c21ef6 commit bf1716cCopy full SHA for bf1716c
modeling/dmr/eval.py
@@ -88,7 +88,7 @@ def run_model_and_update_groups(
88
r["score"] = scores[i]
89
90
91
-def build_target_uids_dict(demos, uid_key="data-weblinx-id"):
+def build_target_uids_dict(demos, uid_key="data-webtasks-id"):
92
"""
93
Given a list of demonstrations, build a dictionary mapping
94
`(demo_name, turn_index) -> uid`. This is used to determine the
0 commit comments