Update README.md
Browse files
README.md
CHANGED
@@ -90,7 +90,7 @@ The dataset is generated using a Python script that:
|
|
90 |
1. Clones all repositories from the SWE-bench Verified dataset
|
91 |
2. Checks out the specific commit for each problem
|
92 |
3. Collects all Python files from the repository
|
93 |
-
4. Deduplicates file content
|
94 |
5. Creates two dataset components: one for file content and one for problem-to-file mappings
|
95 |
|
96 |
Here's the full code used to generate the dataset:
|
|
|
90 |
1. Clones all repositories from the SWE-bench Verified dataset
|
91 |
2. Checks out the specific commit for each problem
|
92 |
3. Collects all Python files from the repository
|
93 |
+
4. Deduplicates file content
|
94 |
5. Creates two dataset components: one for file content and one for problem-to-file mappings
|
95 |
|
96 |
Here's the full code used to generate the dataset:
|