Datasets:
Tasks:
Text Generation
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
code
License:
Update README.md
Browse files
README.md
CHANGED
@@ -167,7 +167,7 @@ This dataset presents the **Python** portion of [RepoBench](https://arxiv.org/ab
|
|
167 |
break
|
168 |
|
169 |
# join the lines back
|
170 |
-
cross_file_prompt = "\n".join(cross_file_prompt_lines[:i
|
171 |
|
172 |
# combine the cross-file prompt and in-file prompt
|
173 |
prompt = cross_file_prompt + in_file_prompt
|
|
|
167 |
break
|
168 |
|
169 |
# join the lines back
|
170 |
+
cross_file_prompt = "\n".join(cross_file_prompt_lines[:i]) + "\n\n"
|
171 |
|
172 |
# combine the cross-file prompt and in-file prompt
|
173 |
prompt = cross_file_prompt + in_file_prompt
|