Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
document-retrieval
Size:
100K - 1M
ArXiv:
Tags:
code
License:
fix type error
Browse files- repobench-c.py +1 -1
repobench-c.py
CHANGED
@@ -128,7 +128,7 @@ class RepoBenchC(datasets.GeneratorBasedBuilder):
|
|
128 |
{
|
129 |
"repo_name": datasets.Value("string"),
|
130 |
"file_path": datasets.Value("string"),
|
131 |
-
"context": datasets.
|
132 |
"import_statement": datasets.Value("string"),
|
133 |
"code": datasets.Value("string"),
|
134 |
"prompt": datasets.Value("string"),
|
|
|
128 |
{
|
129 |
"repo_name": datasets.Value("string"),
|
130 |
"file_path": datasets.Value("string"),
|
131 |
+
"context": datasets.Value("string"),
|
132 |
"import_statement": datasets.Value("string"),
|
133 |
"code": datasets.Value("string"),
|
134 |
"prompt": datasets.Value("string"),
|