Upload 13 files
Browse files- intro_prog.py +3 -3
intro_prog.py
CHANGED
|
@@ -146,10 +146,10 @@ _URLS = {
|
|
| 146 |
}
|
| 147 |
|
| 148 |
class IntroProgConfig(datasets.BuilderConfig):
|
| 149 |
-
""" BuilderConfig for
|
| 150 |
|
| 151 |
def __init__(self, **kwargs):
|
| 152 |
-
"""BuilderConfig for
|
| 153 |
Args:
|
| 154 |
**kwargs: keyword arguments forwarded to super.
|
| 155 |
|
|
@@ -159,7 +159,7 @@ class IntroProgConfig(datasets.BuilderConfig):
|
|
| 159 |
|
| 160 |
class IntroProg(datasets.GeneratorBasedBuilder):
|
| 161 |
|
| 162 |
-
VERSION = datasets.Version("
|
| 163 |
|
| 164 |
# splits "data", "repair", "bugs"
|
| 165 |
# also add here the "metadata" split which will also contain the full metadata
|
|
|
|
| 146 |
}
|
| 147 |
|
| 148 |
class IntroProgConfig(datasets.BuilderConfig):
|
| 149 |
+
""" BuilderConfig for IntroProg."""
|
| 150 |
|
| 151 |
def __init__(self, **kwargs):
|
| 152 |
+
"""BuilderConfig for IntroProg.
|
| 153 |
Args:
|
| 154 |
**kwargs: keyword arguments forwarded to super.
|
| 155 |
|
|
|
|
| 159 |
|
| 160 |
class IntroProg(datasets.GeneratorBasedBuilder):
|
| 161 |
|
| 162 |
+
VERSION = datasets.Version("2.12.0")
|
| 163 |
|
| 164 |
# splits "data", "repair", "bugs"
|
| 165 |
# also add here the "metadata" split which will also contain the full metadata
|