Datasets:
Improve dataset card: Update license, add task category, tags, paper link, and sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card by:
- Correcting the
license
tocc-by-nc-4.0
as indicated by the majority of colleagues and likely specified in the source repository'sLICENSE.txt
. - Adding
task_categories: image-segmentation
for improved discoverability. - Including relevant
tags
such asmethane-detection
,hyperspectral-imagery
,satellite-imagery
,climate-change
, andremote-sensing
. - Adding a prominent link to the Hugging Face paper page (
https://huggingface.co/papers/2507.01472
) at the top of the card. - Improving the visibility of the GitHub repository link (
https://github.com/zaitra/methane-filters-benchmark
). - Introducing a "Sample Usage" section with direct links to Google Colab notebooks for practical demonstrations.
These updates aim to provide more comprehensive information and a better user experience for anyone interacting with this dataset on the Hugging Face Hub.
kopooli
changed pull request status to
merged