We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5991a commit 31d4b47Copy full SHA for 31d4b47
bigcode_eval/generation.py
@@ -37,7 +37,7 @@ def __init__(self, input_length, multiplier):
37
def __call__(self, input_ids, scores, **kwargs):
38
"""Returns true if generated sequence is too long."""
39
return input_ids.shape[1] > int(self.input_length * self.multiplier)
40
-
+
41
42
def parallel_generations(
43
task,
0 commit comments