Add 'rust' config data files
Browse files- README.md +42 -0
- rust/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -200,6 +200,44 @@ dataset_info:
|
|
| 200 |
num_examples: 164
|
| 201 |
download_size: 191279
|
| 202 |
dataset_size: 423013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 203 |
configs:
|
| 204 |
- config_name: cpp
|
| 205 |
data_files:
|
|
@@ -222,6 +260,10 @@ configs:
|
|
| 222 |
- split: test
|
| 223 |
path: python/test-*
|
| 224 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
---
|
| 226 |
|
| 227 |

|
|
|
|
| 200 |
num_examples: 164
|
| 201 |
download_size: 191279
|
| 202 |
dataset_size: 423013
|
| 203 |
+
- config_name: rust
|
| 204 |
+
features:
|
| 205 |
+
- name: task_id
|
| 206 |
+
dtype: string
|
| 207 |
+
- name: prompt
|
| 208 |
+
dtype: string
|
| 209 |
+
- name: declaration
|
| 210 |
+
dtype: string
|
| 211 |
+
- name: canonical_solution
|
| 212 |
+
dtype: string
|
| 213 |
+
- name: buggy_solution
|
| 214 |
+
dtype: string
|
| 215 |
+
- name: bug_type
|
| 216 |
+
dtype: string
|
| 217 |
+
- name: failure_symptoms
|
| 218 |
+
dtype: string
|
| 219 |
+
- name: entry_point
|
| 220 |
+
dtype: string
|
| 221 |
+
- name: import
|
| 222 |
+
dtype: string
|
| 223 |
+
- name: test_setup
|
| 224 |
+
dtype: string
|
| 225 |
+
- name: test
|
| 226 |
+
dtype: string
|
| 227 |
+
- name: example_test
|
| 228 |
+
dtype: string
|
| 229 |
+
- name: signature
|
| 230 |
+
dtype: string
|
| 231 |
+
- name: docstring
|
| 232 |
+
dtype: string
|
| 233 |
+
- name: instruction
|
| 234 |
+
dtype: string
|
| 235 |
+
splits:
|
| 236 |
+
- name: test
|
| 237 |
+
num_bytes: 450539
|
| 238 |
+
num_examples: 164
|
| 239 |
+
download_size: 168464
|
| 240 |
+
dataset_size: 450539
|
| 241 |
configs:
|
| 242 |
- config_name: cpp
|
| 243 |
data_files:
|
|
|
|
| 260 |
- split: test
|
| 261 |
path: python/test-*
|
| 262 |
default: true
|
| 263 |
+
- config_name: rust
|
| 264 |
+
data_files:
|
| 265 |
+
- split: test
|
| 266 |
+
path: rust/test-*
|
| 267 |
---
|
| 268 |
|
| 269 |

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