Skip to content

Commit bf1716c

Browse files
authored
Update eval.py (#11)
1 parent 2c21ef6 commit bf1716c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeling/dmr/eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run_model_and_update_groups(
8888
r["score"] = scores[i]
8989

9090

91-
def build_target_uids_dict(demos, uid_key="data-weblinx-id"):
91+
def build_target_uids_dict(demos, uid_key="data-webtasks-id"):
9292
"""
9393
Given a list of demonstrations, build a dictionary mapping
9494
`(demo_name, turn_index) -> uid`. This is used to determine the

0 commit comments

Comments
 (0)