Update test_ldkp.py
Browse files- test_ldkp.py +2 -2
test_ldkp.py
CHANGED
@@ -61,8 +61,8 @@ class TestLDKP(datasets.GeneratorBasedBuilder):
|
|
61 |
if self.config.name == "ldkp": # This is the name of the configuration selected in BUILDER_CONFIGS above
|
62 |
features = datasets.Features(
|
63 |
{
|
64 |
-
"text": datasets.Value("
|
65 |
-
"BIO_tags": datasets.Value("
|
66 |
# "answer": datasets.Value("string")
|
67 |
# These are the features of your dataset like images, labels ...
|
68 |
}
|
|
|
61 |
if self.config.name == "ldkp": # This is the name of the configuration selected in BUILDER_CONFIGS above
|
62 |
features = datasets.Features(
|
63 |
{
|
64 |
+
"text": datasets.Value("list"),
|
65 |
+
"BIO_tags": datasets.Value("list")
|
66 |
# "answer": datasets.Value("string")
|
67 |
# These are the features of your dataset like images, labels ...
|
68 |
}
|