thomasyu888 commited on
Commit
2ccbc68
·
1 Parent(s): 2664600

Update testdataset.py

Browse files
Files changed (1) hide show
  1. testdataset.py +1 -1
testdataset.py CHANGED
@@ -95,7 +95,7 @@ class TestDataset(datasets.GeneratorBasedBuilder):
95
  print(self.config)
96
  features = datasets.Features(
97
  {
98
- "test": datasets.Value("string")
99
  }
100
  )
101
 
 
95
  print(self.config)
96
  features = datasets.Features(
97
  {
98
+ "id": datasets.Value("string")
99
  }
100
  )
101