File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tensorflow_datasets/core/dataset_builders Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ def __init__(
156
156
Args:
157
157
jsonld: The Croissant JSON-LD for the given dataset: either a file path or
158
158
a URL.
159
- record_set_ids: The @ids of the record sets to generate . Each record set
160
- will correspond to a separate config. If not specified, it will use all
161
- the record sets .
159
+ record_set_ids: The @ids of the record sets for the dataset . Each record
160
+ set will correspond to a separate config. If not specified, a config
161
+ will be generated for each record set defined in the Croissant JSON-LD .
162
162
disable_shuffling: Specify whether to shuffle the examples.
163
163
int_dtype: The dtype to use for TFDS integer features. Defaults to
164
164
np.int64.
You can’t perform that action at this time.
0 commit comments