mathiascreutz commited on
Commit
f1d3bf9
1 Parent(s): 26df041

Testing configs

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