Commit ·
8d2c030
1
Parent(s): 2ec3211
Update testdataset.py
Browse files- testdataset.py +16 -16
testdataset.py
CHANGED
|
@@ -72,22 +72,22 @@ class TestDataset(datasets.GeneratorBasedBuilder):
|
|
| 72 |
SOURCE_VERSION = datasets.Version(_SOURCE_VERSION)
|
| 73 |
BIGBIO_VERSION = datasets.Version(_BIGBIO_VERSION)
|
| 74 |
|
| 75 |
-
BUILDER_CONFIGS = [
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
]
|
| 91 |
|
| 92 |
DEFAULT_CONFIG_NAME = "testdataset_source"
|
| 93 |
|
|
|
|
| 72 |
SOURCE_VERSION = datasets.Version(_SOURCE_VERSION)
|
| 73 |
BIGBIO_VERSION = datasets.Version(_BIGBIO_VERSION)
|
| 74 |
|
| 75 |
+
# BUILDER_CONFIGS = [
|
| 76 |
+
# BigBioConfig(
|
| 77 |
+
# name="default",
|
| 78 |
+
# version=SOURCE_VERSION,
|
| 79 |
+
# description="test dataset source schema",
|
| 80 |
+
# schema="source",
|
| 81 |
+
# subset_id="testdataset",
|
| 82 |
+
# ),
|
| 83 |
+
# BigBioConfig(
|
| 84 |
+
# name="testdataset_te",
|
| 85 |
+
# version=BIGBIO_VERSION,
|
| 86 |
+
# description="test dataset BigBio schema",
|
| 87 |
+
# schema="testdataset_te",
|
| 88 |
+
# subset_id="testdataset",
|
| 89 |
+
# ),
|
| 90 |
+
# ]
|
| 91 |
|
| 92 |
DEFAULT_CONFIG_NAME = "testdataset_source"
|
| 93 |
|