Skip to content

Commit fdee310

Browse files
committed
fix: update download name
1 parent 4a23976 commit fdee310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/data/bigcodebench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _ready_bigcodebench_path(subset="full", version="default") -> str:
2525
BIGCODEBENCH_VERSION, subset
2626
)
2727

28-
extra = "-" + subset if subset else ""
28+
extra = "-" + subset if subset != "full" else ""
2929

3030
try:
3131
dataset = load_dataset(BIGCODEBENCH_HF+extra, split=BIGCODEBENCH_VERSION)

0 commit comments

Comments
 (0)