Commit ·
7088ad8
1
Parent(s): b8f27d6
Update testdataset.py
Browse files- testdataset.py +1 -1
testdataset.py
CHANGED
|
@@ -92,7 +92,7 @@ class MedNLIDataset(datasets.GeneratorBasedBuilder):
|
|
| 92 |
DEFAULT_CONFIG_NAME = "testdataset_source"
|
| 93 |
|
| 94 |
def _info(self) -> datasets.DatasetInfo:
|
| 95 |
-
|
| 96 |
if self.config.schema == "source":
|
| 97 |
features = datasets.Features(
|
| 98 |
{
|
|
|
|
| 92 |
DEFAULT_CONFIG_NAME = "testdataset_source"
|
| 93 |
|
| 94 |
def _info(self) -> datasets.DatasetInfo:
|
| 95 |
+
print(self.config)
|
| 96 |
if self.config.schema == "source":
|
| 97 |
features = datasets.Features(
|
| 98 |
{
|