koutch commited on
Commit
93e85b1
·
1 Parent(s): 36989ea

Upload 13 files

Browse files
Files changed (1) hide show
  1. intro_prog.py +3 -3
intro_prog.py CHANGED
@@ -146,10 +146,10 @@ _URLS = {
146
  }
147
 
148
  class IntroProgConfig(datasets.BuilderConfig):
149
- """ BuilderConfig for StaQC."""
150
 
151
  def __init__(self, **kwargs):
152
- """BuilderConfig for StaQC.
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("1.0.0")
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