| { | |
| "_comment": "Want different data? Duplicate this Space and replace or extend the entries below. Each repository is downloaded to local ephemeral storage before FiftyOne starts.", | |
| "_duplicate_space_instructions": [ | |
| "Choose a public or accessible Hugging Face dataset repository that contains fiftyone.yml, metadata.json, and samples.json.", | |
| "Add an entry with a unique FiftyOne name, repository ID, absolute local path, and expected sample count.", | |
| "Ensure the Space has enough ephemeral or persistent disk for every configured repository.", | |
| "Rebuild the Space. The first entry named by default_dataset opens automatically." | |
| ], | |
| "default_dataset": "hard_intersection", | |
| "datasets": [ | |
| { | |
| "name": "hard_intersection", | |
| "repo_id": "Voxel51/hard-intersection-multimodal-sample", | |
| "local_path": "/home/user/datasets/hard_intersection", | |
| "expected_samples": 4 | |
| } | |
| ] | |
| } | |