izhx commited on
Commit
3679a61
·
1 Parent(s): b839b67

Update google-code-jam.py

Browse files
Files changed (1) hide show
  1. 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=name, version=VERSION, description=_DESCRIPTION) for name in SPLITS
39
  ]
40
- DEFAULT_CONFIG_NAME = "all"
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(