Datasets:
tests features.
Browse files- nist_lpbf_scan_tracks.py +1 -1
nist_lpbf_scan_tracks.py
CHANGED
@@ -126,7 +126,7 @@ class Dataset(datasets.GeneratorBasedBuilder):
|
|
126 |
description=_DESCRIPTION,
|
127 |
# This defines the different columns of the dataset and their types
|
128 |
features = datasets.Features({
|
129 |
-
"
|
130 |
}),
|
131 |
# If there's a common (input, target) tuple from the features, uncomment supervised_keys line below and
|
132 |
# specify them. They'll be used if as_supervised=True in builder.as_dataset.
|
|
|
126 |
description=_DESCRIPTION,
|
127 |
# This defines the different columns of the dataset and their types
|
128 |
features = datasets.Features({
|
129 |
+
"sentence": datasets.Value("string"),
|
130 |
}),
|
131 |
# If there's a common (input, target) tuple from the features, uncomment supervised_keys line below and
|
132 |
# specify them. They'll be used if as_supervised=True in builder.as_dataset.
|