Skip to content

Commit

Permalink
feat: use v0.1.4 dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed Feb 23, 2025
1 parent 72ac919 commit d8161d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcodebench/data/bigcodebench.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

BIGCODEBENCH_OVERRIDE_PATH = os.environ.get("BIGCODEBENCH_OVERRIDE_PATH", None)
BIGCODEBENCH_HF = "bigcode/bigcodebench"
BIGCODEBENCH_VERSION = "v0.1.3"
BIGCODEBENCH_VERSION = "v0.1.4"

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

0 comments on commit d8161d9

Please sign in to comment.