Commit ·
2ccbc68
1
Parent(s): 2664600
Update testdataset.py
Browse files- 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 |
-
"
|
| 99 |
}
|
| 100 |
)
|
| 101 |
|
|
|
|
| 95 |
print(self.config)
|
| 96 |
features = datasets.Features(
|
| 97 |
{
|
| 98 |
+
"id": datasets.Value("string")
|
| 99 |
}
|
| 100 |
)
|
| 101 |
|