Skip to content

Releases: bigcode-project/bigcodebench

v0.2.1.post7

20 Dec 20:57
Compare
Choose a tag to compare

What's Changed

  • Fix Docker image and its dependencies
  • Fix o1 concurrent generation output collection
  • Update the code sanitization

Evaluated LLMs (157 models)

  • o1-2024-12-17
  • Gemini-2.0 series

Full Changelog: v0.2.1.post3...v0.2.1.post7

BigCodeBench v0.2.1.post3

10 Nov 08:49
Compare
Choose a tag to compare

What's Changed

  • Fix calibration setting in the code evaluation.
  • Add --no_execute argument for code evaluation.
  • Support concurrent API inference for o1 and deepseek-chat.
  • Fix API inference for Google Gemini.
  • Add --instruction_prefix and --response_prefix arguments for code generation.
  • Change --id_range input type.
  • Add --revision arguments for code generation.

Evaluated LLMs (144 models)

  • Qwen2.5-Coder-32B-Instruct
  • grok-beta
  • claude-3-5-haiku-20241022

Full Changelog: v0.2.0...v0.2.1.post2

Release BigCodeBench v0.2.0

06 Oct 08:28
Compare
Choose a tag to compare

Breaking Change

  • No more waiting! The evalution now fully supports batch inference!
  • No more environment configs! The code execution is done by a remote API endpoint by default, and can be customized.
  • No more multiple commands! bigcodebench.evaluate will be good enough to handle most cases.

What's Changed

  • add multiprocessing support for sanitization step by @sk-g in #37
  • Remove extra period in task BigCodeBench/16 by @hvaara in #38
  • Await futures in progress checker by @hvaara in #48
  • A few args have been added to this version, including --direct_completion and --local_execute. See Advanced Usage for the details.

Dataset maintainence

  • The benchmark data has been bumped to v0.1.2. You can load the dataset with from datasets import load_data; ds = load_data("bigcode/bigcodebench", split="v0.1.2")
  • BigCodeBench/16: removed period
  • BigCodeBench/37: added pandas requirement
  • BigCodeBench/178: removed urlib requirement
  • BigCodeBench/241: added required plot title
  • BigCodeBench/267: added required plot title
  • BigCodeBench/760: changed the import of datetime
  • BigCodeBench/1006: replaced test links due to the potential connection block

New Contributors

Evaluated LLMs (139 models)

  • o1-Preview-2024-09-12 (temperature=1)
  • Gemini-1.5-Pro-002
  • Llama-3.1 models
  • DeepSeek-V2.5
  • Qwen-2.5 models
  • Qwen-2.5-Coder models
  • and more

PyPI: https://pypi.org/project/bigcodebench/0.2.0.post3/

Full Changelog: v0.1.9...v0.2.0.post3

Release BigCodeBench v0.1.9

10 Aug 10:21
Compare
Choose a tag to compare

Release BigCodeBench v0.1.8

17 Jul 20:11
Compare
Choose a tag to compare

Features:

  • Support BigCodeBench-Hard subset: #17
  • Identify and fix tokenizer setup: #21
  • Customize the tokenizer: #20
  • Add the pass rate result log: #20

Contributors:

Models:

  • A total of 96 models at the time of the release

Acknowledgement:

Full Changelog: v0.1.7...v0.1.8

Release v0.1.7.post2

05 Jul 14:16
Compare
Choose a tag to compare
  • Enhanced the calculation of ground truth pass rate, and addressed the issue mentioned in #12 (comment).
  • Update the README docs.

Release BigCodeBench v0.1.7

27 Jun 23:52
Compare
Choose a tag to compare

Fix some identified issues:

  • The ground truth pass rate was not previously computed in the correct way.
  • Passed RAM limits would raise errors, as they were set as float type.
  • User permission is not correctly set up in the Evaluate Docker.

Features:
-- check-gt-only will print out the pass rate when finishing.

Release BigCodeBench v0.1.6

26 Jun 21:39
Compare
Choose a tag to compare

New features;

  • The RAM setup is now adjustable via specific arguments.
  • Parallel ground truth checking is supported. Potentially failed checks are skipped during execution. A warning will be issued if the ground truth pass rate falls below 0.95.

Release BigCodeBench v0.1.5

18 Jun 13:31
Compare
Choose a tag to compare

New features;

  • The data is downloaded from HF hub by default.
  • Data formats have been unified for the one on HF and the one on GitHub.

BigCodeBench v0.1.2

08 Jun 13:16
Compare
Choose a tag to compare
fix: add known issues