dbalasub commited on
Commit
66ca921
1 Parent(s): acf107e

Upload TestEnsembleQAPipeline

Browse files
Files changed (1) hide show
  1. test_ensemble.py +1 -1
test_ensemble.py CHANGED
@@ -54,7 +54,7 @@ class QuizBowlModel:
54
  def guess_and_buzz(self, question_texts):
55
  """Generate answers from all models for given questions"""
56
  total_answers = self.generate_answers(question_texts)
57
- Display the model's guesses before voting
58
  print("Answers Before Voting Mechanism:")
59
 
60
  for question, model_answers in zip(question_texts, total_answers):
 
54
  def guess_and_buzz(self, question_texts):
55
  """Generate answers from all models for given questions"""
56
  total_answers = self.generate_answers(question_texts)
57
+ # Display the model's guesses before voting
58
  print("Answers Before Voting Mechanism:")
59
 
60
  for question, model_answers in zip(question_texts, total_answers):