Commit
·
da720cb
1
Parent(s):
576973f
updated script
Browse files
Controlled-Text-Reduction-dataset.py
CHANGED
@@ -347,7 +347,7 @@ class ControlledTectReduction(datasets.GeneratorBasedBuilder):
|
|
347 |
|
348 |
BUILDER_CONFIGS = [
|
349 |
datasets.BuilderConfig(
|
350 |
-
name="
|
351 |
),
|
352 |
]
|
353 |
|
|
|
347 |
|
348 |
BUILDER_CONFIGS = [
|
349 |
datasets.BuilderConfig(
|
350 |
+
name="default", version=VERSION, description="This provides the Controlled Text Reduction dataset"
|
351 |
),
|
352 |
]
|
353 |
|