Datasets:

Modalities:
Text
Size:
< 1K
Libraries:
Datasets
rajivratn commited on
Commit
36084f3
·
1 Parent(s): 883ef1e

Update test_ldkp.py

Browse files
Files changed (1) hide show
  1. test_ldkp.py +2 -2
test_ldkp.py CHANGED
@@ -62,8 +62,8 @@ class TestLDKP(datasets.GeneratorBasedBuilder):
62
  if self.config.name == "ldkp": # This is the name of the configuration selected in BUILDER_CONFIGS above
63
  features = datasets.Features(
64
  {
65
- "text": list([]),
66
- "BIO_tags": list([])
67
  #"text": datasets.Value("string"),
68
  #"BIO_tags": datasets.Value("string")
69
  # "answer": datasets.Value("string")
 
62
  if self.config.name == "ldkp": # This is the name of the configuration selected in BUILDER_CONFIGS above
63
  features = datasets.Features(
64
  {
65
+ "text": None,
66
+ "BIO_tags": None
67
  #"text": datasets.Value("string"),
68
  #"BIO_tags": datasets.Value("string")
69
  # "answer": datasets.Value("string")