ppak10 commited on
Commit
2edddf2
1 Parent(s): cb3b6e3

tests features.

Browse files
Files changed (1) hide show
  1. 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
- "video": datasets.Array3D(),
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.