Skip to content

Commit

Permalink
Fix default for build_records
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca authored Mar 24, 2024
1 parent 436b9ea commit bab7b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeling/dmr/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def build_records_for_single_demo(
format_intent_input,
max_neg_per_turn=None,
random_state=None,
uid_key="data-weblinx-id",
uid_key="data-webtasks-id",
only_allow_valid_uid=True,
group_by_turn=False,
) -> List[dict]:
Expand Down

0 comments on commit bab7b73

Please sign in to comment.