Skip to content

Commit

Permalink
fixing script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Jun 7, 2024
1 parent ada0b85 commit fa8c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluations/evaluation_aragog.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def parameter_tuning(questions, answers, out_path: str):
def create_args():
parser = argparse.ArgumentParser(description='Run the ARAGOG dataset evaluation on a RAG pipeline')
parser.add_argument(
'--output_dir',
'--output-dir',
type=str,
help='The output directory for the results',
required=True
Expand Down

0 comments on commit fa8c97e

Please sign in to comment.