Skip to content

Commit bfd7c2e

Browse files
author
The TensorFlow Datasets Authors
committed
Update CroissantBuilder documentation to use version 1.0 of the dataset.
PiperOrigin-RevId: 696144113
1 parent 4b19863 commit bfd7c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/core/dataset_builders/croissant_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
```python
2626
import tensorflow_datasets as tfds
2727
builder = tfds.dataset_builders.CroissantBuilder(
28-
jsonld="https://raw.githubusercontent.com/mlcommons/croissant/main/datasets/0.8/huggingface-mnist/metadata.json",
28+
jsonld="https://raw.githubusercontent.com/mlcommons/croissant/main/datasets/1.0/huggingface-mnist/metadata.json",
2929
file_format='array_record',
3030
)
3131
builder.download_and_prepare()

0 commit comments

Comments
 (0)