diff --git a/src/utils/process_data.py b/src/utils/process_data.py index 555cf0b..78c0f7d 100644 --- a/src/utils/process_data.py +++ b/src/utils/process_data.py @@ -28,7 +28,6 @@ def evaluate_comments(answers: dict[str, str], percent_cb): scores.append(score) max_score = max(max_score, score) - print(scores) results[id_] = { 'max_bleu_score': max_score, 'bleu_scores': scores,