Datasets:
ArXiv:
License:
Update google-code-jam.py
Browse files- google-code-jam.py +2 -3
google-code-jam.py
CHANGED
|
@@ -31,13 +31,12 @@ SPLITS = {
|
|
| 31 |
}
|
| 32 |
_URL = "https://huggingface.co/datasets/izhx/google-code-jam/resolve/main/googlejam4_src.zip"
|
| 33 |
|
| 34 |
-
VERSION = datasets.Version("1.0.0")
|
| 35 |
|
| 36 |
class GoogleCodeJam(datasets.GeneratorBasedBuilder):
|
| 37 |
BUILDER_CONFIGS = [
|
| 38 |
-
datasets.BuilderConfig(name=
|
| 39 |
]
|
| 40 |
-
DEFAULT_CONFIG_NAME = "
|
| 41 |
|
| 42 |
def _info(self):
|
| 43 |
return datasets.DatasetInfo(
|
|
|
|
| 31 |
}
|
| 32 |
_URL = "https://huggingface.co/datasets/izhx/google-code-jam/resolve/main/googlejam4_src.zip"
|
| 33 |
|
|
|
|
| 34 |
|
| 35 |
class GoogleCodeJam(datasets.GeneratorBasedBuilder):
|
| 36 |
BUILDER_CONFIGS = [
|
| 37 |
+
datasets.BuilderConfig(name='default', version=datasets.Version("1.0.0"), description=_DESCRIPTION)
|
| 38 |
]
|
| 39 |
+
DEFAULT_CONFIG_NAME = "default"
|
| 40 |
|
| 41 |
def _info(self):
|
| 42 |
return datasets.DatasetInfo(
|