Hieu Nguyen
commited on
Commit
·
0197653
1
Parent(s):
5e95efa
DatasetInfo update features
Browse files- deep-research.py +1 -1
deep-research.py
CHANGED
@@ -104,7 +104,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
104 |
# This is the description that will appear on the datasets page.
|
105 |
description=_DESCRIPTION,
|
106 |
# This defines the different columns of the dataset and their types
|
107 |
-
|
108 |
# If there's a common (input, target) tuple from the features, uncomment supervised_keys line below and
|
109 |
# specify them. They'll be used if as_supervised=True in builder.as_dataset.
|
110 |
# supervised_keys=("sentence", "label"),
|
|
|
104 |
# This is the description that will appear on the datasets page.
|
105 |
description=_DESCRIPTION,
|
106 |
# This defines the different columns of the dataset and their types
|
107 |
+
features=features, # Here we define them above because they are different between the two configurations
|
108 |
# If there's a common (input, target) tuple from the features, uncomment supervised_keys line below and
|
109 |
# specify them. They'll be used if as_supervised=True in builder.as_dataset.
|
110 |
# supervised_keys=("sentence", "label"),
|