Datasets:
fix: change default config
Browse files
visible-watermark-pita.py
CHANGED
@@ -53,7 +53,7 @@ class WatermarkPita(datasets.GeneratorBasedBuilder):
|
|
53 |
),
|
54 |
]
|
55 |
|
56 |
-
|
57 |
|
58 |
def _info(self):
|
59 |
return datasets.DatasetInfo(
|
|
|
53 |
),
|
54 |
]
|
55 |
|
56 |
+
DEFAULT_CONFIG_NAME = "text"
|
57 |
|
58 |
def _info(self):
|
59 |
return datasets.DatasetInfo(
|