Update README.md
Browse files
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
|
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 |
|