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 4a23976 commit fdee310Copy full SHA for fdee310
bigcodebench/data/bigcodebench.py
@@ -25,7 +25,7 @@ def _ready_bigcodebench_path(subset="full", version="default") -> str:
25
BIGCODEBENCH_VERSION, subset
26
)
27
28
- extra = "-" + subset if subset else ""
+ extra = "-" + subset if subset != "full" else ""
29
30
try:
31
dataset = load_dataset(BIGCODEBENCH_HF+extra, split=BIGCODEBENCH_VERSION)
0 commit comments