Commit ·
af75501
1
Parent(s): ac0f430
Add default config name (#6)
Browse files- Update discovery.py (3982eb726aaadbc0ff64baf0bf65243c66fda9e1)
Co-authored-by: Damien Sileo <sileod@users.noreply.huggingface.co>
- 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(
|