sheikh commited on
Commit
a43fe2d
·
1 Parent(s): 3b4f8c2

Update SLR.py

Browse files
Files changed (1) hide show
  1. SLR.py +1 -1
SLR.py CHANGED
@@ -58,7 +58,7 @@ class SLR(datasets.GeneratorBasedBuilder):
58
  """SLR dataset."""
59
 
60
  BUILDER_CONFIGS = [
61
- SRLConfig(name="SLR", version=datasets.Version("1.0.0"), description="SLR dataset"),
62
  ]
63
 
64
  def _info(self):
 
58
  """SLR dataset."""
59
 
60
  BUILDER_CONFIGS = [
61
+ SLRConfig(name="SLR", version=datasets.Version("1.0.0"), description="SLR dataset"),
62
  ]
63
 
64
  def _info(self):