Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
< 1K
Tags:
Bot
License:
Community (ie hub) datasets with no loading script can only be loaded with config='None' and split='train', but config='first_domain' and split='train' were passed (code: 400)
Browse files- favs_bot.py +4 -4
favs_bot.py
CHANGED
|
@@ -85,10 +85,10 @@ class Conll2003(datasets.GeneratorBasedBuilder):
|
|
| 85 |
VERSION = datasets.Version("1.1.0")
|
| 86 |
DEFAULT_CONFIG_NAME = "first_domain"
|
| 87 |
BUILDER_CONFIGS = [
|
| 88 |
-
datasets.BuilderConfig(name="first_domain", version=VERSION,
|
| 89 |
-
|
| 90 |
-
datasets.BuilderConfig(name="second_domain", version=VERSION,
|
| 91 |
-
|
| 92 |
]
|
| 93 |
|
| 94 |
def _info(self):
|
|
|
|
| 85 |
VERSION = datasets.Version("1.1.0")
|
| 86 |
DEFAULT_CONFIG_NAME = "first_domain"
|
| 87 |
BUILDER_CONFIGS = [
|
| 88 |
+
# datasets.BuilderConfig(name="first_domain", version=VERSION,
|
| 89 |
+
# description="This part of my dataset covers a first domain"),
|
| 90 |
+
# datasets.BuilderConfig(name="second_domain", version=VERSION,
|
| 91 |
+
# description="This part of my dataset covers a second domain"),
|
| 92 |
]
|
| 93 |
|
| 94 |
def _info(self):
|