Skip to content

Commit

Permalink
Change pointer to HF evals dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Oct 2, 2024
1 parent 03aa966 commit f77eba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/plot_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_args():
# fmt: off
parser = argparse.ArgumentParser()
parser.add_argument("--output_dir", type=Path, help="Directory to save the output plots."),
parser.add_argument("--dataset", type=str, default="aya-rm-multilingual/eval-results", help="HuggingFace dataset that stores the eval results.")
parser.add_argument("--dataset", type=str, default="aya-rm-multilingual/eval-results-gtranslate-v2", help="HuggingFace dataset that stores the eval results.")
parser.add_argument("--force_download", action="store_true", help="If set, will redownload the dataset.")
# fmt: on
return parser.parse_args()
Expand Down

0 comments on commit f77eba8

Please sign in to comment.