Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Sub-tasks:
document-retrieval
Languages:
code
Size:
100K - 1M
ArXiv:
License:
fuck...
Browse files- repobench-r.py +2 -0
repobench-r.py
CHANGED
@@ -111,6 +111,8 @@ class RepoBenchR(datasets.GeneratorBasedBuilder):
|
|
111 |
def _info(self):
|
112 |
features = datasets.Features(
|
113 |
{
|
|
|
|
|
114 |
"file_path": datasets.Value("string"),
|
115 |
"context": datasets.Sequence(datasets.Value("string")),
|
116 |
"import_statement": datasets.Value("string"),
|
|
|
111 |
def _info(self):
|
112 |
features = datasets.Features(
|
113 |
{
|
114 |
+
"level": datasets.Value("string"),
|
115 |
+
"repo_name": datasets.Value("string"),
|
116 |
"file_path": datasets.Value("string"),
|
117 |
"context": datasets.Sequence(datasets.Value("string")),
|
118 |
"import_statement": datasets.Value("string"),
|