ibragim-bad commited on
Commit
151c009
·
1 Parent(s): c80b77b

Shuffle train split with seed 42

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -41,9 +41,9 @@ dataset_info:
41
  - name: test_patch
42
  dtype: string
43
  - name: FAIL_TO_PASS
44
- sequence: string
45
  - name: PASS_TO_PASS
46
- sequence: string
47
  - name: install_config
48
  struct:
49
  - name: base_image_name
@@ -107,7 +107,7 @@ dataset_info:
107
  - name: sqlite_version
108
  dtype: string
109
  - name: install
110
- sequence: string
111
  - name: log_parser
112
  dtype: string
113
  - name: test_cmd
@@ -137,15 +137,15 @@ dataset_info:
137
  - name: difficulty
138
  dtype: string
139
  - name: external_urls
140
- sequence: string
141
  - name: intent_completeness
142
  dtype: string
143
  - name: pr_categories
144
- sequence: string
145
  - name: reasoning
146
  dtype: string
147
  - name: test_alignment_issues
148
- sequence: string
149
  - name: num_modified_files
150
  dtype: int64
151
  - name: num_modified_lines
@@ -153,15 +153,15 @@ dataset_info:
153
  - name: pr_author
154
  dtype: string
155
  - name: pr_labels
156
- sequence: string
157
  - name: pr_url
158
  dtype: string
159
  splits:
160
  - name: train
161
- num_bytes: 2556623715
162
  num_examples: 32079
163
- download_size: 510547989
164
- dataset_size: 2556623715
165
  ---
166
 
167
  # SWE-rebench-V2
 
41
  - name: test_patch
42
  dtype: string
43
  - name: FAIL_TO_PASS
44
+ list: string
45
  - name: PASS_TO_PASS
46
+ list: string
47
  - name: install_config
48
  struct:
49
  - name: base_image_name
 
107
  - name: sqlite_version
108
  dtype: string
109
  - name: install
110
+ list: string
111
  - name: log_parser
112
  dtype: string
113
  - name: test_cmd
 
137
  - name: difficulty
138
  dtype: string
139
  - name: external_urls
140
+ list: string
141
  - name: intent_completeness
142
  dtype: string
143
  - name: pr_categories
144
+ list: string
145
  - name: reasoning
146
  dtype: string
147
  - name: test_alignment_issues
148
+ list: string
149
  - name: num_modified_files
150
  dtype: int64
151
  - name: num_modified_lines
 
153
  - name: pr_author
154
  dtype: string
155
  - name: pr_labels
156
+ list: string
157
  - name: pr_url
158
  dtype: string
159
  splits:
160
  - name: train
161
+ num_bytes: 2556647025
162
  num_examples: 32079
163
+ download_size: 2262924633
164
+ dataset_size: 2556647025
165
  ---
166
 
167
  # SWE-rebench-V2