Datasets:
ArXiv:
License:
Update google-code-jam.py
Browse files- google-code-jam.py +1 -1
google-code-jam.py
CHANGED
|
@@ -31,7 +31,7 @@ SPLITS = {
|
|
| 31 |
}
|
| 32 |
_URL = "https://huggingface.co/datasets/izhx/google-code-jam/resolve/main/googlejam4_src.zip"
|
| 33 |
|
| 34 |
-
VERSION = datasets.Version("1.0")
|
| 35 |
|
| 36 |
class GoogleCodeJam(datasets.GeneratorBasedBuilder):
|
| 37 |
BUILDER_CONFIGS = [
|
|
|
|
| 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 = [
|