Skip to content

Commit f4b5978

Browse files
committed
feat: refactor eval
1 parent 8ffe6d3 commit f4b5978

3 files changed

Lines changed: 283 additions & 240 deletions

File tree

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.1"
17+
BIGCODEBENCH_VERSION = "v0.1.2"
1818

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

0 commit comments

Comments
 (0)