Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Size:
100K<n<1M
ArXiv:
Tags:
relation extraction
License:
Update multitacred.py
Browse files- multitacred.py +0 -2
multitacred.py
CHANGED
@@ -313,8 +313,6 @@ class MultiTacred(datasets.GeneratorBasedBuilder):
|
|
313 |
for (language, label_variant) in itertools.product(_LANGS, [_ORIGINAL, _REVISITED, _RETACRED])
|
314 |
]
|
315 |
|
316 |
-
DEFAULT_CONFIG_NAME = "original-de" # type: ignore
|
317 |
-
|
318 |
@property
|
319 |
def manual_download_instructions(self):
|
320 |
return (
|
|
|
313 |
for (language, label_variant) in itertools.product(_LANGS, [_ORIGINAL, _REVISITED, _RETACRED])
|
314 |
]
|
315 |
|
|
|
|
|
316 |
@property
|
317 |
def manual_download_instructions(self):
|
318 |
return (
|