Update discovery.py
Browse files- discovery.py +2 -0
discovery.py
CHANGED
@@ -273,6 +273,8 @@ class Discovery(datasets.GeneratorBasedBuilder):
|
|
273 |
"""Discourse marker prediction with 174 different markers"""
|
274 |
|
275 |
BUILDER_CONFIG_CLASS = DiscoveryConfig
|
|
|
|
|
276 |
|
277 |
BUILDER_CONFIGS = [
|
278 |
DiscoveryConfig(
|
|
|
273 |
"""Discourse marker prediction with 174 different markers"""
|
274 |
|
275 |
BUILDER_CONFIG_CLASS = DiscoveryConfig
|
276 |
+
|
277 |
+
DEFAULT_CONFIG_NAME = "discovery"
|
278 |
|
279 |
BUILDER_CONFIGS = [
|
280 |
DiscoveryConfig(
|