Datasets:
Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
- wmt20_mlqe_task3.py +2 -2
wmt20_mlqe_task3.py
CHANGED
@@ -106,9 +106,9 @@ class Wmt20MlqeTask3(datasets.GeneratorBasedBuilder):
|
|
106 |
|
107 |
BUILDER_CONFIGS = [
|
108 |
datasets.BuilderConfig(
|
109 |
-
name=
|
110 |
version=datasets.Version("1.1.0"),
|
111 |
-
description=
|
112 |
)
|
113 |
]
|
114 |
|
|
|
106 |
|
107 |
BUILDER_CONFIGS = [
|
108 |
datasets.BuilderConfig(
|
109 |
+
name="plain_text",
|
110 |
version=datasets.Version("1.1.0"),
|
111 |
+
description="Plain text",
|
112 |
)
|
113 |
]
|
114 |
|