Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Sub-tasks:
document-retrieval
Languages:
code
Size:
100K - 1M
ArXiv:
License:
update _URLs
Browse files- repobench-r.py +11 -11
repobench-r.py
CHANGED
@@ -42,20 +42,20 @@ _HOMEPAGE = "https://github.com/Leolty/repobench"
|
|
42 |
|
43 |
_LICENSE = "Apache License 2.0"
|
44 |
|
45 |
-
# _URLs = {
|
46 |
-
# "java-cff": "https://drive.google.com/uc?export=download&id=1IJMQubP-74foQfF-hviFwfkvBf4rzRrN",
|
47 |
-
# "java-cfr": "https://drive.google.com/uc?export=download&id=1zJGLhzA4am1aXErp4KDrL5m2nqwxZhGp",
|
48 |
-
# "python-cff": "https://drive.google.com/uc?export=download&id=1RxF0BfmfdkQ5gTOVaCKzbmwjVRdZYUw4",
|
49 |
-
# "python-cfr": "https://drive.google.com/uc?export=download&id=1Bg_NQ00m0KCZ6KAtJ3v0cpzsWLj0HwKN"
|
50 |
-
# }
|
51 |
-
|
52 |
_URLs = {
|
53 |
-
"java-cff": "https://drive.google.com/
|
54 |
-
"java-cfr": "https://drive.google.com/
|
55 |
-
"python-cff": "https://drive.google.com/
|
56 |
-
"python-cfr": "https://drive.google.com/
|
57 |
}
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
class RepoBenchR(datasets.GeneratorBasedBuilder):
|
|
|
42 |
|
43 |
_LICENSE = "Apache License 2.0"
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
_URLs = {
|
46 |
+
"java-cff": "https://drive.google.com/uc?export=download&id=1IJMQubP-74foQfF-hviFwfkvBf4rzRrN",
|
47 |
+
"java-cfr": "https://drive.google.com/uc?export=download&id=1zJGLhzA4am1aXErp4KDrL5m2nqwxZhGp",
|
48 |
+
"python-cff": "https://drive.google.com/uc?export=download&id=1RxF0BfmfdkQ5gTOVaCKzbmwjVRdZYUw4",
|
49 |
+
"python-cfr": "https://drive.google.com/uc?export=download&id=1Bg_NQ00m0KCZ6KAtJ3v0cpzsWLj0HwKN"
|
50 |
}
|
51 |
|
52 |
+
# _URLs = {
|
53 |
+
# "java-cff": "https://drive.google.com/file/d/1IJMQubP-74foQfF-hviFwfkvBf4rzRrN/view?usp=drive_link",
|
54 |
+
# "java-cfr": "https://drive.google.com/file/d/1zJGLhzA4am1aXErp4KDrL5m2nqwxZhGp/view?usp=drive_link",
|
55 |
+
# "python-cff": "https://drive.google.com/file/d/1RxF0BfmfdkQ5gTOVaCKzbmwjVRdZYUw4/view?usp=drive_link",
|
56 |
+
# "python-cfr": "https://drive.google.com/file/d/1Bg_NQ00m0KCZ6KAtJ3v0cpzsWLj0HwKN/view?usp=drive_link"
|
57 |
+
# }
|
58 |
+
|
59 |
|
60 |
|
61 |
class RepoBenchR(datasets.GeneratorBasedBuilder):
|