Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Sub-tasks:
document-retrieval
Languages:
code
Size:
100K - 1M
ArXiv:
License:
update
Browse files- repobench-r.py +1 -1
repobench-r.py
CHANGED
|
@@ -94,7 +94,7 @@ class RepoBenchR(datasets.GeneratorBasedBuilder):
|
|
| 94 |
{
|
| 95 |
"repo_name": datasets.Value("string"),
|
| 96 |
"file_path": datasets.Value("string"),
|
| 97 |
-
"context": datasets.
|
| 98 |
"import_statement": datasets.Value("string"),
|
| 99 |
"code": datasets.Value("string"),
|
| 100 |
"next_line": datasets.Value("string"),
|
|
|
|
| 94 |
{
|
| 95 |
"repo_name": datasets.Value("string"),
|
| 96 |
"file_path": datasets.Value("string"),
|
| 97 |
+
"context": [datasets.Value("string")],
|
| 98 |
"import_statement": datasets.Value("string"),
|
| 99 |
"code": datasets.Value("string"),
|
| 100 |
"next_line": datasets.Value("string"),
|