Makima57 commited on
Commit
6673b44
·
verified ·
1 Parent(s): df0cb73

Upload codeexecutor.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. codeexecutor.py +0 -1
codeexecutor.py CHANGED
@@ -121,5 +121,4 @@ def get_majority_vote(answers):
121
  c = Counter(answers)
122
  value, _ = c.most_common()[0]
123
  return value
124
-
125
 
 
121
  c = Counter(answers)
122
  value, _ = c.most_common()[0]
123
  return value
 
124