Skip to content

Commit d8161d9

Browse files
committed
feat: use v0.1.4 dataset
1 parent 72ac919 commit d8161d9

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
@@ -14,7 +14,7 @@
1414

1515
BIGCODEBENCH_OVERRIDE_PATH = os.environ.get("BIGCODEBENCH_OVERRIDE_PATH", None)
1616
BIGCODEBENCH_HF = "bigcode/bigcodebench"
17-
BIGCODEBENCH_VERSION = "v0.1.3"
17+
BIGCODEBENCH_VERSION = "v0.1.4"
1818

1919
def _ready_bigcodebench_path(subset="full", version="default") -> str:
2020
if BIGCODEBENCH_OVERRIDE_PATH:

0 commit comments

Comments
 (0)