Upload dataset
Browse files- 1.1/test-00000-of-00001.parquet +3 -0
- README.md +56 -0
1.1/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fc4efc02eb52e3d905fcf504b31e9c3ea8a2ee8d8ce971f9d3bd058f54786cc
|
3 |
+
size 3324343
|
README.md
CHANGED
@@ -52,6 +52,58 @@ dataset_info:
|
|
52 |
num_examples: 200
|
53 |
download_size: 20308767
|
54 |
dataset_size: 75055139
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
- config_name: default
|
56 |
features:
|
57 |
- name: instance_id
|
@@ -109,6 +161,10 @@ configs:
|
|
109 |
data_files:
|
110 |
- split: test
|
111 |
path: 1.0/test-*
|
|
|
|
|
|
|
|
|
112 |
- config_name: default
|
113 |
data_files:
|
114 |
- split: test
|
|
|
52 |
num_examples: 200
|
53 |
download_size: 20308767
|
54 |
dataset_size: 75055139
|
55 |
+
- config_name: '1.1'
|
56 |
+
features:
|
57 |
+
- name: instance_id
|
58 |
+
dtype: string
|
59 |
+
- name: version
|
60 |
+
dtype: string
|
61 |
+
- name: gold_patches
|
62 |
+
struct:
|
63 |
+
- name: code
|
64 |
+
dtype: string
|
65 |
+
- name: test
|
66 |
+
dtype: string
|
67 |
+
- name: test_patch
|
68 |
+
dtype: 'null'
|
69 |
+
- name: pre_patches
|
70 |
+
struct:
|
71 |
+
- name: code
|
72 |
+
dtype: string
|
73 |
+
- name: test
|
74 |
+
dtype: string
|
75 |
+
- name: pre_scripts
|
76 |
+
dtype: 'null'
|
77 |
+
- name: repo
|
78 |
+
dtype: string
|
79 |
+
- name: base_commit
|
80 |
+
dtype: string
|
81 |
+
- name: base_commit_timestamp
|
82 |
+
dtype: string
|
83 |
+
- name: hints_text
|
84 |
+
dtype: 'null'
|
85 |
+
- name: created_at
|
86 |
+
dtype: 'null'
|
87 |
+
- name: problem_statement
|
88 |
+
struct:
|
89 |
+
- name: code
|
90 |
+
dtype: string
|
91 |
+
- name: test
|
92 |
+
dtype: string
|
93 |
+
- name: environment_setup_commit
|
94 |
+
dtype: string
|
95 |
+
- name: evaluation
|
96 |
+
struct:
|
97 |
+
- name: FAIL_TO_PASS
|
98 |
+
sequence: string
|
99 |
+
- name: PASS_TO_PASS
|
100 |
+
dtype: 'null'
|
101 |
+
splits:
|
102 |
+
- name: test
|
103 |
+
num_bytes: 10305006
|
104 |
+
num_examples: 173
|
105 |
+
download_size: 3324343
|
106 |
+
dataset_size: 10305006
|
107 |
- config_name: default
|
108 |
features:
|
109 |
- name: instance_id
|
|
|
161 |
data_files:
|
162 |
- split: test
|
163 |
path: 1.0/test-*
|
164 |
+
- config_name: '1.1'
|
165 |
+
data_files:
|
166 |
+
- split: test
|
167 |
+
path: 1.1/test-*
|
168 |
- config_name: default
|
169 |
data_files:
|
170 |
- split: test
|