Improve dataset card: Add metadata (task category, library, license) and sample usage
#5
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for Copernicus-Bench by:
- Updating the
task_categoriesto includeother, reflecting the broad scope of this benchmark dataset. - Adding the
library_name: datasetsmetadata tag for better discoverability and integration with the Hugging Facedatasetslibrary. - Setting the
license: othermetadata tag, as the benchmark integrates multiple datasets with diverse licenses, and the dataset card itself states "See individual datasets" for licensing details. - Adding the
multimodaltag to reflect the dataset's use of various sensor modalities. - Including a
Sample Usagesection to provide clear instructions on how to load and use the dataset with thedatasetslibrary.
These changes align with community guidelines for comprehensive and user-friendly dataset documentation.