Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +45 -0
- python/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -9,6 +9,51 @@ language:
|
|
| 9 |
- code
|
| 10 |
tags:
|
| 11 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |

|
|
|
|
| 9 |
- code
|
| 10 |
tags:
|
| 11 |
- code
|
| 12 |
+
dataset_info:
|
| 13 |
+
config_name: python
|
| 14 |
+
features:
|
| 15 |
+
- name: task_id
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: prompt
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: declaration
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: canonical_solution
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: buggy_solution
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: bug_type
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: failure_symptoms
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: entry_point
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: import
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: test_setup
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: test
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: example_test
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: signature
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: docstring
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: instruction
|
| 44 |
+
dtype: string
|
| 45 |
+
splits:
|
| 46 |
+
- name: test
|
| 47 |
+
num_bytes: 423013
|
| 48 |
+
num_examples: 164
|
| 49 |
+
download_size: 191279
|
| 50 |
+
dataset_size: 423013
|
| 51 |
+
configs:
|
| 52 |
+
- config_name: python
|
| 53 |
+
data_files:
|
| 54 |
+
- split: test
|
| 55 |
+
path: python/test-*
|
| 56 |
+
default: true
|
| 57 |
---
|
| 58 |
|
| 59 |

|
python/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed5f15d789156e21222bfcd556c425a39042355c84ae1e8b058abd6a3d7f8075
|
| 3 |
+
size 191279
|