Datasets:
ArXiv:
License:
Update google-code-jam.py
Browse files- google-code-jam.py +1 -1
google-code-jam.py
CHANGED
|
@@ -35,7 +35,7 @@ VERSION = datasets.Version("1.0.0")
|
|
| 35 |
|
| 36 |
class GoogleCodeJam(datasets.GeneratorBasedBuilder):
|
| 37 |
BUILDER_CONFIGS = [
|
| 38 |
-
datasets.BuilderConfig(name=name, version=VERSION, description=_DESCRIPTION) for name in SPLITS
|
| 39 |
]
|
| 40 |
DEFAULT_CONFIG_NAME = "all"
|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
class GoogleCodeJam(datasets.GeneratorBasedBuilder):
|
| 37 |
BUILDER_CONFIGS = [
|
| 38 |
+
datasets.BuilderConfig(name=name, version=VERSION, description=_DESCRIPTION) for name in SPLITS
|
| 39 |
]
|
| 40 |
DEFAULT_CONFIG_NAME = "all"
|
| 41 |
|