tweak
Browse files
wmt_14.py
CHANGED
|
@@ -25,7 +25,7 @@ _DESCRIPTION = """
|
|
| 25 |
Reference: General Assembly
|
| 26 |
"""
|
| 27 |
|
| 28 |
-
class
|
| 29 |
VERSION = datasets.Version("1.0.0")
|
| 30 |
|
| 31 |
BUILDER_CONFIGS = [
|
|
|
|
| 25 |
Reference: General Assembly
|
| 26 |
"""
|
| 27 |
|
| 28 |
+
class WMT14(datasets.GeneratorBasedBuilder):
|
| 29 |
VERSION = datasets.Version("1.0.0")
|
| 30 |
|
| 31 |
BUILDER_CONFIGS = [
|