Skip to content

Commit

Permalink
Update projects/self_taught_evaluator/src/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Golovneva <103262907+Golovneva@users.noreply.github.com>
  • Loading branch information
uralik and Golovneva authored Sep 26, 2024
1 parent d77db4f commit 3666f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/self_taught_evaluator/src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def compute_rewardbench_scores(
# used to fetch reference winners
_, subsets = load_eval_dataset(
core_set=True,
conv=None, # get_conv_template("raw"), # not used in this script (handled later)
conv=None,
custom_dialogue_formatting=True, # handle formatting later
tokenizer=None,
keep_columns=["text_chosen", "text_rejected", "id"],
Expand Down

0 comments on commit 3666f35

Please sign in to comment.