mathiascreutz
commited on
Commit
·
90e9e4a
1
Parent(s):
e5e7bc2
Testing configs
Browse files- opusparcus.py +1 -1
opusparcus.py
CHANGED
@@ -62,7 +62,7 @@ class OpusparcusConfig(datasets.BuilderConfig):
|
|
62 |
available dates can be found at https://dumps.wikimedia.org/enwiki/.
|
63 |
**kwargs: keyword arguments forwarded to super.
|
64 |
"""
|
65 |
-
_VERSION = datasets.Version("1.0.0")
|
66 |
|
67 |
super(OpusparcusConfig, self).__init__(
|
68 |
name="{0}".format(lang),
|
|
|
62 |
available dates can be found at https://dumps.wikimedia.org/enwiki/.
|
63 |
**kwargs: keyword arguments forwarded to super.
|
64 |
"""
|
65 |
+
_VERSION = datasets.Version("1.0.0", "")
|
66 |
|
67 |
super(OpusparcusConfig, self).__init__(
|
68 |
name="{0}".format(lang),
|