We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b19863 commit bfd7c2eCopy full SHA for bfd7c2e
tensorflow_datasets/core/dataset_builders/croissant_builder.py
@@ -25,7 +25,7 @@
25
```python
26
import tensorflow_datasets as tfds
27
builder = tfds.dataset_builders.CroissantBuilder(
28
- jsonld="https://raw.githubusercontent.com/mlcommons/croissant/main/datasets/0.8/huggingface-mnist/metadata.json",
+ jsonld="https://raw.githubusercontent.com/mlcommons/croissant/main/datasets/1.0/huggingface-mnist/metadata.json",
29
file_format='array_record',
30
)
31
builder.download_and_prepare()
0 commit comments