mathiascreutz commited on
Commit
9e46b57
·
1 Parent(s): f0fed1f

Testing configs

Browse files
Files changed (1) hide show
  1. opusparcus.py +1 -1
opusparcus.py CHANGED
@@ -63,7 +63,7 @@ class OpusparcusConfig(datasets.BuilderConfig):
63
  **kwargs: keyword arguments forwarded to super.
64
  """
65
  super(OpusparcusConfig, self).__init__(
66
- lang="{0}".format(lang),
67
  description="Opusparcus dataset for {0}".format(lang),
68
  **kwargs,
69
  )
 
63
  **kwargs: keyword arguments forwarded to super.
64
  """
65
  super(OpusparcusConfig, self).__init__(
66
+ name="{0}".format(lang),
67
  description="Opusparcus dataset for {0}".format(lang),
68
  **kwargs,
69
  )