Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
ryanse commited on
Commit
4120f5e
·
verified ·
1 Parent(s): 3cee0bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 using SHA-256 hashing
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: