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 9ba060d commit 87accbcCopy full SHA for 87accbc
pipeline.py
@@ -54,7 +54,7 @@ def main():
54
parser.add_argument(
55
"--k",
56
type=int,
57
- default=1,
+ default=4,
58
help="Number of evaluation runs for pass@k metrics (default: 1)",
59
)
60
0 commit comments