Datasets:

Modalities:
Text
Size:
< 1K
Libraries:
Datasets
rajivratn commited on
Commit
0d795ba
·
1 Parent(s): dd0c611

Update test_ldkp.py

Browse files
Files changed (1) hide show
  1. 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("ListType"),
65
- "BIO_tags": datasets.Value("ListType")
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
  }