Skip to content

Commit

Permalink
Follow the naming convention for dataset name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidyz committed Jul 1, 2024
1 parent bfc5063 commit c388fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_unlearn_ucl/unlearn_harm.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def main(args) -> None:

question_prefix_str = "### Question:"
answer_prefix_str = "### Answer:"
elif args.unlearning_dataset == "math_qa":
elif args.unlearning_dataset == "allenai/math_qa":
full_bad_dataset = load_dataset("math_qa", split="train")
if args.shuffle_seed:
# shuffle the dataset with a given seed for reproducibility
Expand Down

0 comments on commit c388fb6

Please sign in to comment.