Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
document-retrieval
Size:
100K - 1M
ArXiv:
Tags:
code
License:
fix typo
Browse files- repobench-c.py +6 -6
repobench-c.py
CHANGED
@@ -42,12 +42,12 @@ _HOMEPAGE = "https://github.com/Leolty/repobench"
|
|
42 |
_LICENSE = "Apache License 2.0"
|
43 |
|
44 |
_URLs = {
|
45 |
-
"python_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/
|
46 |
-
"python_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/
|
47 |
-
"python_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/
|
48 |
-
"java_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/
|
49 |
-
"java_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/
|
50 |
-
"java_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/
|
51 |
}
|
52 |
|
53 |
|
|
|
42 |
_LICENSE = "Apache License 2.0"
|
43 |
|
44 |
_URLs = {
|
45 |
+
"python_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/python/cross_file_first.gz",
|
46 |
+
"python_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/python/cross_file_random.gz",
|
47 |
+
"python_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/python/in_file.gz",
|
48 |
+
"java_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/java/cross_file_first.gz",
|
49 |
+
"java_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/java/cross_file_random.gz",
|
50 |
+
"java_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/java/in_file.gz"
|
51 |
}
|
52 |
|
53 |
|