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 cabaa1f commit b8685b0Copy full SHA for b8685b0
tests/test_generation_evaluation.py
@@ -45,6 +45,7 @@ def update_args(args):
45
args.limit_start = 0
46
args.batch_size = 1
47
args.max_length_generation = 300
48
+ args.left_padding = False
49
args.do_sample = False
50
args.top_p = 0
51
args.n_samples = 1
0 commit comments