bigcodebench / README.md
bzantium's picture
Upload README.md with huggingface_hub
ba49e96 verified
|
Raw
History Blame Contribute Delete
574 Bytes
---
license: apache-2.0
configs:
- config_name: default
data_files:
- split: v0.1.4
path: data/v0.1.4.parquet
---
# BigCodeBench (ported)
Fork of [bigcode/bigcodebench](https://huggingface.co/datasets/bigcode/bigcodebench) v0.1.4.
`canonical_solution` and `test` are ported to current numpy / pandas / scikit-learn
so that the reference solutions pass on a modern stack. Prompts
(`complete_prompt`, `instruct_prompt`, `code_prompt`) are unchanged, so the task a
model is asked to solve is identical to upstream.
Groundtruth pass rate: 1.000 over all 1140 tasks.