Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: dev
|
8 |
+
path: data/dev-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: repo
|
14 |
+
dtype: string
|
15 |
+
- name: instance_id
|
16 |
+
dtype: string
|
17 |
+
- name: base_commit
|
18 |
+
dtype: string
|
19 |
+
- name: patch
|
20 |
+
dtype: string
|
21 |
+
- name: test_patch
|
22 |
+
dtype: string
|
23 |
+
- name: problem_statement
|
24 |
+
dtype: string
|
25 |
+
- name: hints_text
|
26 |
+
dtype: string
|
27 |
+
- name: created_at
|
28 |
+
dtype: string
|
29 |
+
- name: version
|
30 |
+
dtype: string
|
31 |
+
- name: FAIL_TO_PASS
|
32 |
+
dtype: string
|
33 |
+
- name: PASS_TO_PASS
|
34 |
+
dtype: string
|
35 |
+
- name: environment_setup_commit
|
36 |
+
dtype: string
|
37 |
+
- name: traceback
|
38 |
+
dtype: string
|
39 |
+
- name: __index_level_0__
|
40 |
+
dtype: int64
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 22169171
|
44 |
+
num_examples: 1626
|
45 |
+
- name: dev
|
46 |
+
num_bytes: 494387
|
47 |
+
num_examples: 30
|
48 |
+
- name: test
|
49 |
+
num_bytes: 3585946
|
50 |
+
num_examples: 194
|
51 |
+
download_size: 8347130
|
52 |
+
dataset_size: 26249504
|
53 |
+
---
|
54 |
+
# Dataset Card for "SWE-bench-traceback"
|
55 |
+
|
56 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|