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 9099dfa commit 52a9382Copy full SHA for 52a9382
bigcodebench/generate.py
@@ -25,7 +25,7 @@ def codegen(
25
resume=True,
26
):
27
with Progress(
28
- TextColumn(f"BigCodeBench--{split} ({subset.capitalize()}) •" + "[progress.percentage]{task.percentage:>3.0f}%"),
+ TextColumn(f"BigCodeBench--{split.capitalize()} ({subset.capitalize()}) •" + "[progress.percentage]{task.percentage:>3.0f}%"),
29
BarColumn(),
30
MofNCompleteColumn(),
31
TextColumn("•"),
0 commit comments