Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
linkchw committed Aug 15, 2024
1 parent c4fd289 commit 4b8110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def train(train_file_path,

bleu=evaluate.load('bleu')

logging.info(f"Readin evaluation data form: {input_base_dir + "eval.csv"}")
logging.info(f"Readin evaluation data form: {input_base_dir}/eval.csv")

eval_data = pd.read_csv(input_base_dir + "eval.csv")

Expand Down

0 comments on commit 4b8110c

Please sign in to comment.