Skip to content

Commit

Permalink
Update eval.py (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca authored Mar 9, 2024
1 parent 2c21ef6 commit bf1716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeling/dmr/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run_model_and_update_groups(
r["score"] = scores[i]


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

0 comments on commit bf1716c

Please sign in to comment.