harpreetsahota's picture
Upload folder using huggingface_hub
087ddd7 verified
Raw
History Blame Contribute Delete
915 Bytes
{
"_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
}
]
}