anjalyjayakrishnan commited on
Commit
16bcdaa
·
1 Parent(s): 1dbcfd6
Files changed (1) hide show
  1. test.py +2 -2
test.py CHANGED
@@ -75,9 +75,9 @@ class Test(datasets.GeneratorBasedBuilder):
75
  def _info(self):
76
  features = datasets.Features(
77
  {
78
- "unnamed": datasets.Value("int64")
79
  "sentence": datasets.Value("string"),
80
- "path": datasets.Value("string")
81
  }
82
  )
83
  return datasets.DatasetInfo(
 
75
  def _info(self):
76
  features = datasets.Features(
77
  {
78
+ "unnamed": datasets.Value("int64"),
79
  "sentence": datasets.Value("string"),
80
+ "path": datasets.Value("string"),
81
  }
82
  )
83
  return datasets.DatasetInfo(