mathiascreutz
commited on
Commit
•
6bb0ab7
1
Parent(s):
f1d3bf9
Testing configs
Browse files- 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}
|
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 |
)
|