SushantGautam commited on
Commit
b1f5a9f
·
1 Parent(s): 88cd373

Add print statement to display public scores after evaluation

Browse files
medvqa/submission_samples/gi-2025/submission_task1.py CHANGED
@@ -123,6 +123,7 @@ public_scores = {
123
  'rougeL': rougeL_score,
124
  'meteor': meteor_score
125
  }
 
126
 
127
  # Saves predictions to a JSON file
128
 
 
123
  'rougeL': rougeL_score,
124
  'meteor': meteor_score
125
  }
126
+ print("✨Public scores: ", public_scores)
127
 
128
  # Saves predictions to a JSON file
129