Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ This dataset provides the complete Python codebase snapshots for all problems in
52
 
53
  The dataset consists of two main components:
54
  1. `file_content`: Contains the actual content of all unique files
55
- 2. `problem_files`: Maps each problem instance to its relevant files
56
 
57
  Here's an example of how to load and use the dataset to access the files for a specific problem:
58
 
 
52
 
53
  The dataset consists of two main components:
54
  1. `file_content`: Contains the actual content of all unique files
55
+ 2. `problem_files`: Maps each problem instance the python files in the codebase the problem is from
56
 
57
  Here's an example of how to load and use the dataset to access the files for a specific problem:
58