diff --git a/README.md b/README.md index c073ffb3b..0af116f30 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ print(mlc.Dataset(url).metadata.to_json()) import tensorflow_datasets as tfds builder = tfds.core.dataset_builders.CroissantBuilder( jsonld=url, - record_set_ids=["record_set_fashion_mnist"], + record_set_ids=["fashion_mnist"], file_format='array_record', ) builder.download_and_prepare()