Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
document-retrieval
Size:
100K - 1M
ArXiv:
Tags:
code
License:
Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ dataset = load_dataset("tianyang/repobench-c", "python_cff", split="test")
|
|
65 |
"context": "commented and concatenated cross-file context",
|
66 |
"import_statement": "all import statements in the file",
|
67 |
"code": "the code for next-line prediction",
|
68 |
-
"prompt": "cross-file context + import statements + in-file code"
|
69 |
"next_line": "the next line of the code"
|
70 |
}
|
71 |
```
|
|
|
65 |
"context": "commented and concatenated cross-file context",
|
66 |
"import_statement": "all import statements in the file",
|
67 |
"code": "the code for next-line prediction",
|
68 |
+
"prompt": "cross-file context + import statements + in-file code",
|
69 |
"next_line": "the next line of the code"
|
70 |
}
|
71 |
```
|