File size: 574 Bytes
ba49e96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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.