2b0389a
f1a7466
2c303e9
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
license: mit
configs:
- config_name: default
data_files:
- split: test
path: "bt_humaneval.jsonl"
---
# Dataset Card for bt_humaneval
## How to use
```python
from datasets import load_dataset
dataset = load_dataset("kogi-jwu/bt_humaneval")
``` |