Skip to content

Commit 87accbc

Browse files
authored
hot fix: default k to 4 (#115)
1 parent 9ba060d commit 87accbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
parser.add_argument(
5555
"--k",
5656
type=int,
57-
default=1,
57+
default=4,
5858
help="Number of evaluation runs for pass@k metrics (default: 1)",
5959
)
6060

0 commit comments

Comments
 (0)